Removed mentions of the AMQP worker and Accounts Ely.by internal API inside configs

This commit is contained in:
ErickSkrauch
2018-01-24 00:23:23 +03:00
parent 9e4f805ed3
commit dcaa4c037d
5 changed files with 1 additions and 76 deletions

View File

@@ -4,16 +4,6 @@ server:
host: # leave host empty to allow Docker publish port
port: 80
# Worker listen to AMQP events, so it should know how to connect to any
# AMQP provider (actually RabbitMQ). You should not escape any vhost
# characters, 'cause it will be done by application automatically
amqp:
host: rabbitmq
port: 5672
username: minecraft-skinsystem-app
password: minecraft-skinsystem-app-password
vhost: /
# Both of web or worker depends on storage.
storage:
# For now app require Redis and don't support any other backends to store
@@ -32,16 +22,6 @@ storage:
basePath: /data
capesDirName: capes
# Accounts Ely.by internal API will be used in cases, when by some reasons
# information about user will be unavailable in the app storage.
api:
accounts:
host: https://account.ely.by
id: app-id
secret: secret
scopes:
- internal_account_info
# StatsD can be used to collect metrics
# statsd:
# addr: localhost:3746