743bddc065
- End point to return api version - Move agent bot listener to sync dispatcher - gem update
14 lines
No EOL
136 B
YAML
14 lines
No EOL
136 B
YAML
shared: &shared
|
|
version: '1.4.0'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared |