1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"phd.user": "www",
"phd.log-directory": "/var/log",
"mysql.host": "localhost",
"mysql.port": "3306",
"mysql.user": "phabric",
"mysql.pass": "SECRET",
"repository.default-local-path": "/var/phabricator/repo",
"storage.local-disk.path": "/var/phabricator/files",
"phabricator.base-uri": "http://phabricator.example.com/",
"phabricator.show-prototypes": true,
"diffusion.ssh-user": "git",
"diffusion.ssh-port": 22,
"phpmailer.smtp-host": "mail.example.com",
"phpmailer.smtp-port": 25,
"phpmailer.smtp-user": "phabricator@example.com",
"phpmailer.smtp-password": "SECRET",
"phpmailer.smtp-protocol": "tls"
}
|