mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
config.php: add missing default configuration, remove db settings
This commit is contained in:
parent
bf32a24b96
commit
6ea8fd5bf3
@ -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;
|
||||
|
@ -1,7 +1 @@
|
||||
<?php
|
||||
|
||||
$config['db']['type'] = 'mysql';
|
||||
$config['db']['server'] = 'localhost';
|
||||
$config['db']['user'] = 'dev';
|
||||
$config['db']['password'] = 'dev';
|
||||
$config['db']['database'] = 'vichan';
|
Loading…
x
Reference in New Issue
Block a user