aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.example
blob: 49f88d7e267eee5f43d66fce9efd294e096c7c6c (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
34
35
domain: example.org
cookie_host: .example.org
admin_email: admin@example.org

dev_domains:
  - dev

db:
  type: 'mysql'
  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