inmanis/config/settings.yml
Yann Esposito (Yogsototh) bca8653d93 Changed copyright info
2012-08-07 08:18:10 +02:00

19 lines
322 B
YAML

Default: &defaults
host: "*4" # any IPv4 host
port: 3000
approot: "http://localhost:3000"
copyright: Yogsototh © Great Old Ones Corporation
#analytics: UA-YOURCODE
Development:
<<: *defaults
Testing:
<<: *defaults
Staging:
<<: *defaults
Production:
approot: "http://www.inmanis.com"
<<: *defaults