summaryrefslogtreecommitdiff
path: root/config/settings.yml
blob: 686c9fc9dba4fa5e9f49d76ff80c82f7d176cea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Default: &defaults
  host: "*4" # any IPv4 host
  port: 3000
  approot: "http://burrell.hq.sflc.info:80"
  copyright: sflctimekeeper pre-release
  #Copyright (C) 2012-2013  Clint Adams
  #analytics: UA-YOURCODE

Development:
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

Production:
  #approot: "http://www.example.com"
  <<: *defaults