18 lines
379 B
JSON
18 lines
379 B
JSON
# www-admtools default configuration
|
|
# you should override settings in `config.local.json'
|
|
|
|
#"dbrootpw": "XXX",
|
|
#"dbrootpw_file": "/etc/mysql/XXX",
|
|
"logfile": "/var/log/www-create-site.log",
|
|
|
|
"use_owner": 0,
|
|
"use_site_log": 0,
|
|
"quota": "off",
|
|
"use_admin": 0,
|
|
"use_ftpd": 0,
|
|
|
|
"itk_assignuser": 0,
|
|
"php_fpm": "off",
|
|
|
|
# vim: set ft=config tabstop=2 shiftwidth=2 expandtab smarttab:
|