mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update config.inc.conf
This commit is contained in:
parent
9ba24729a6
commit
3e2178bb6e
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
||||||
*/
|
*/
|
||||||
$cfg['blowfish_secret'] = '%blowfish_secret%'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
|
$cfg['blowfish_secret'] = '%blowfish_secret%'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Temp dir for faster beahivour
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
$cfg['TempDir'] = '/tmp';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Servers configuration
|
* Servers configuration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue