1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

Merge pull request #802 from Zankaria/resouce-ver-fix

Fix a couple of things with PR #801
This commit is contained in:
Lorenzo Yario 2024-08-24 22:16:39 -07:00 committed by GitHub
commit 1672646213
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -1187,6 +1187,10 @@
// Minify Javascript using http://code.google.com/p/minify/.
$config['minify_js'] = false;
// Version number for main.js (or $config['url_javascript']).
// You can use this to bypass the user's browsers and CDN caches.
$config['resource_version'] = 0;
// Dispatch thumbnail loading and image configuration with JavaScript. It will need a certain javascript
// code to work.
$config['javascript_image_dispatch'] = false;

View File

@ -1,7 +1 @@
<?php
$config['db']['type'] = 'mysql';
$config['db']['server'] = 'localhost';
$config['db']['user'] = 'dev';
$config['db']['password'] = 'dev';
$config['db']['database'] = 'vichan';