aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.example
blob: ef707efbb2ece4da13313ad576b5e0604ee0f106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
domain: example.org
cookie_host: .example.org
admin_email: admin@example.org

dev_domains:
  - dev

mysql:
  host: "127.0.0.1"
  user: "user"
  password: "password"
  database: "dbname"
  # misc
  log: false
  log_stat: false


umask: 0002
group: www-data
files_mode: 0664
dirs_mode: 0775

csrf_token: "123"
password_salt: "456"

uploads_dir: /home/user/files.example.org
uploads_host: files.example.org

# deploy config
git_repo: git@github.com:example/example_org.git

# runtime variables
is_dev: false