17 lines
198 B
Plaintext
17 lines
198 B
Plaintext
Default: &defaults
|
|
appRoot: "http://localhost"
|
|
appPort: 3000
|
|
connectionPoolSize: 10
|
|
|
|
Development:
|
|
<<: *defaults
|
|
|
|
Test:
|
|
<<: *defaults
|
|
|
|
Staging:
|
|
<<: *defaults
|
|
|
|
Production:
|
|
<<: *defaults
|