eidolon/config/settings.yml

21 lines
340 B
YAML
Raw Normal View History

2014-08-09 18:33:22 +00:00
Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
copyright: Insert copyright statement here
2014-12-08 14:47:19 +00:00
#enter only True or False
signupBlocked: False
2014-08-09 18:33:22 +00:00
Development:
<<: *defaults
Testing:
<<: *defaults
Staging:
<<: *defaults
Production:
#approot: "http://www.example.com"
<<: *defaults