1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 01:34:31 +01:00

Config: actually add config.php

This commit is contained in:
Jayden Callahan 2014-09-26 06:48:24 +09:30
parent fbdb72994a
commit 1f2cd47562

View File

@ -1119,6 +1119,12 @@
$config['dir']['thumb'] = 'thumb/';
$config['dir']['res'] = 'res/';
// Images in a seperate directory - For CDN or media servers
// This is a particularly advanced feature - contact ctrlcctrlv or rails unless you
// really know what you're doing
$config['dir']['img_root'] = '';
// For load balancing, having a seperate server (and domain/subdomain) for serving static content is
// possible. This can either be a directory or a URL. Defaults to $config['root'] . 'static/'.
// $config['dir']['static'] = 'http://static.example.org/';