jam-cloud/websocket-gateway/config/application.yml

38 lines
767 B
YAML

Defaults: &defaults
connect_time_stale_client: 40
connect_time_expire_client: 60
connect_time_stale_browser: 40
connect_time_expire_browser: 60
cidr: [0.0.0.0/0]
max_connections_per_user: 20
influxdb_database: "development"
influxdb_username: "root"
influxdb_password: "root"
influxdb_hosts: ["localhost"]
influxdb_port: 8086
allow_dynamic_registration: true
chat_enabled: true
chat_blast: true
development:
port: 6767
verbose: true
emwebsocket_debug: false
rabbitmq_host: 127.0.0.1
rabbitmq_port: 5672
<<: *defaults
test:
port: 6759
verbose: true
rabbitmq_host: 127.0.0.1
rabbitmq_port: 5672
<<: *defaults
production:
port: 6767
verbose: false
rabbitmq_host: 127.0.0.1
rabbitmq_port: 5672
<<: *defaults