aboutsummaryrefslogtreecommitdiffstats
path: root/devel/phorgeit-phorge/files/local.json.sample
blob: 6a76bffc6d08b1208e663c4e20006b90be09f06a (plain) (blame)
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/phorge/repo",
  "storage.local-disk.path": "/var/phorge/files",
  "phabricator.base-uri": "http://phorge.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": "phorge@example.com",
  "phpmailer.smtp-password": "SECRET",
  "phpmailer.smtp-protocol": "tls"
}