enable mnemosyne

This commit is contained in:
Ralf Teusner
2018-08-09 16:17:28 +02:00
parent 2c5308d4cd
commit 592caa1574
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# Mnemosyne AMQP sink
common: &common
# AMQP server endpoint
server: <%= ENV['XIKOLO_RABBITMQ_URL'] || 'amqp://localhost' %>
enabled: false
# Platform identifier to group applications
platform: codeocean
# AMQP exchange name, must be a topic exchange
# exchange: mnemosyne
# Application name, defaults to rails application name
application: app
# Hostname reported with traces, default to machine hostname
# hostname:
development:
<<: *common
test:
enabled: false
production:
<<: *common