04a0aa5f1b
- Fix twitter DMs gettings getting appended to tweet conversation Fixes: #939
14 lines
No EOL
136 B
YAML
14 lines
No EOL
136 B
YAML
shared: &shared
|
|
version: '1.5.2'
|
|
|
|
development:
|
|
<<: *shared
|
|
|
|
production:
|
|
<<: *shared
|
|
|
|
staging:
|
|
<<: *shared
|
|
|
|
test:
|
|
<<: *shared |