aboutsummaryrefslogtreecommitdiff
path: root/config/settings.yml
blob: 54cc001871ff656ec25cda4447750f3cf79d066a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Default: &defaults
  host: "*4" # any IPv4 host
  port: 3000
  approot: "http://localhost:3000"
  copyright: © 2014-2019 Guillermo Ramos (guillermo.ramos@imdea.org)
  #analytics: UA-YOURCODE

Development:
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

Production:
  approot: "https://turing.gramos.me"
  <<: *defaults