update the .example, which unfortunatly i think will make travis happier and avoid some loading bs
This commit is contained in:
parent
fdc0b681eb
commit
86c8f99188
1 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ defaults: &defaults
|
||||||
# However changing http to https is okay and has no consquences. If you do change it
|
# However changing http to https is okay and has no consquences. If you do change it
|
||||||
# you have to start over as it's hardcoded into the database.
|
# you have to start over as it's hardcoded into the database.
|
||||||
# For development and testing, you can leave this as is.
|
# For development and testing, you can leave this as is.
|
||||||
pod_url: "http://localhost:3000"
|
pod_url: "http://localhost:3000/"
|
||||||
|
|
||||||
# Websocket host - leave as 0.0.0.0 unless you know what you are doing
|
# Websocket host - leave as 0.0.0.0 unless you know what you are doing
|
||||||
socket_host: 0.0.0.0
|
socket_host: 0.0.0.0
|
||||||
|
|
@ -239,17 +239,17 @@ production:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
pod_url: "http://localhost:9887"
|
pod_url: "http://localhost:9887/"
|
||||||
socket_port: 8081
|
socket_port: 8081
|
||||||
open_invitations: true
|
open_invitations: true
|
||||||
serve_static_assets: true
|
serve_static_assets: true
|
||||||
|
|
||||||
integration_1:
|
integration_1:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
pod_url: "http://localhost:45789"
|
pod_url: "http://localhost:45789/"
|
||||||
serve_static_assets: true
|
serve_static_assets: true
|
||||||
|
|
||||||
integration_2:
|
integration_2:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
pod_url: "http://localhost:34658"
|
pod_url: "http://localhost:34658/"
|
||||||
serve_static_assets: true
|
serve_static_assets: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue