17 lines
199 B
Plaintext
17 lines
199 B
Plaintext
Default: &defaults
|
|
host: "localhost"
|
|
port: 3000
|
|
|
|
Development:
|
|
<<: *defaults
|
|
|
|
Testing:
|
|
<<: *defaults
|
|
|
|
Staging:
|
|
<<: *defaults
|
|
|
|
Production:
|
|
approot: "http://www.example.com"
|
|
<<: *defaults
|