Files
codeocean/config/mnemosyne.yml.example
2018-08-09 16:17:28 +02:00

26 lines
522 B
Plaintext

# 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