support travis

This commit is contained in:
Ralf Teusner
2018-08-09 16:31:31 +02:00
parent 592caa1574
commit 8d8fd13733
3 changed files with 34 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Mnemosyne AMQP sink
common: &common
# AMQP server endpoint
server: <%= ENV['XIKOLO_RABBITMQ_URL'] || 'amqp://localhost' %>
server: amqp://localhost
enabled: false
# Platform identifier to group applications
@ -22,5 +22,8 @@ development:
test:
enabled: false
staging:
<<: *common
production:
<<: *common