You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
796 B
20 lines
796 B
{ |
|
"phabricator.base-uri": "http://localhost.example.com:8081/", |
|
"phd.pid-directory": "@l_prefix@/var/phabricator/pid", |
|
"phd.log-directory": "@l_prefix@/var/phabricator/log", |
|
"repository.default-local-path": "@l_prefix@/var/phabricator/repo", |
|
"storage.local-disk.path": "@l_prefix@/var/phabricator/files", |
|
"storage.upload-size-limit": "450M", |
|
"notification.log": "@l_prefix@/var/phabricator/log/aphlict.log", |
|
"notification.pidfile": "@l_prefix@/var/phabricator/log/aphlict.pid", |
|
"mysql.host": "localhost", |
|
"mysql.port": null, |
|
"mysql.user": "root", |
|
"mysql.pass": "", |
|
"config.ignore-issues": { |
|
"extension.apc": true, |
|
"mysql.mode": true, |
|
"mysql.ft_stopword_file": true, |
|
"mysql.innodb_buffer_pool_size": true |
|
} |
|
}
|
|
|