inmanis/config/settings.yml

20 lines
322 B
YAML
Raw Normal View History

2012-07-02 13:21:39 +00:00
Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
2012-08-07 06:18:10 +00:00
copyright: Yogsototh © Great Old Ones Corporation
2012-07-02 13:21:39 +00:00
#analytics: UA-YOURCODE
Development:
<<: *defaults
Testing:
<<: *defaults
Staging:
<<: *defaults
Production:
2012-07-06 11:33:03 +00:00
approot: "http://www.inmanis.com"
2012-07-02 13:21:39 +00:00
<<: *defaults