This is one of the "small" things I need to take care of on my local env. Once the value is changeable through more than just the config file, I'll won't be touching these in my docker envs as much.
35 lines
652 B
Text
35 lines
652 B
Text
[database]
|
|
|
|
host = localhost
|
|
dbname = libretime_test
|
|
dbuser = libretime
|
|
dbpass = libretime
|
|
|
|
[rabbitmq]
|
|
host = 127.0.0.1
|
|
port = 5672
|
|
user = airtime_tests
|
|
password = airtime_tests
|
|
vhost = /airtime_tests
|
|
|
|
[general]
|
|
dev_env = testing
|
|
api_key = H2NRICX6CM8F50CU123C
|
|
web_server_user = www-data
|
|
airtime_dir = /usr/share/airtime
|
|
base_url = localhost
|
|
base_port = 80
|
|
base_dir = /
|
|
cache_ahead_hours = 1
|
|
station_id = teststation
|
|
|
|
[monit]
|
|
monit_user = guest
|
|
monit_password = airtime
|
|
|
|
[soundcloud]
|
|
connection_retries = 3
|
|
time_between_retries = 60
|
|
soundcloud_client_id = 0
|
|
soundcloud_client_secret = 0
|
|
soundcloud_redirect_uri = http://soundcloud.example.org/redirect
|