19 lines
340 B
Plaintext
19 lines
340 B
Plaintext
production:
|
|
environment: "production"
|
|
host: 10.11.12.13
|
|
port: 8500
|
|
ssl: true
|
|
acl_token: "xxxxxxxx-yyyy-zzzz-1111-222222222222"
|
|
global_dc: "localhost"
|
|
test:
|
|
environment: "test"
|
|
host: test.domain
|
|
port: 8500
|
|
ssl: false
|
|
global_dc: "localhost"
|
|
development:
|
|
environment: "dev"
|
|
host: dev.domain
|
|
port: 8500
|
|
ssl: false
|