2013-12-19 17:40:35 +01:00
|
|
|
[database]
|
2017-02-28 12:29:40 +01:00
|
|
|
host = localhost
|
2022-02-04 15:03:01 +01:00
|
|
|
port = 5432
|
|
|
|
name = libretime_test
|
|
|
|
user = libretime
|
|
|
|
password = libretime
|
2013-12-19 17:40:35 +01:00
|
|
|
|
|
|
|
[rabbitmq]
|
|
|
|
host = 127.0.0.1
|
|
|
|
port = 5672
|
2014-01-31 17:09:22 +01:00
|
|
|
user = airtime_tests
|
|
|
|
password = airtime_tests
|
2014-01-31 21:22:19 +01:00
|
|
|
vhost = /airtime_tests
|
2013-12-19 17:40:35 +01:00
|
|
|
|
|
|
|
[general]
|
2017-02-20 21:47:53 +01:00
|
|
|
dev_env = testing
|
2013-12-19 17:40:35 +01:00
|
|
|
api_key = H2NRICX6CM8F50CU123C
|
|
|
|
airtime_dir = /usr/share/airtime
|
|
|
|
base_url = localhost
|
|
|
|
base_port = 80
|
|
|
|
base_dir = /
|
|
|
|
cache_ahead_hours = 1
|
2015-06-12 18:31:55 +02:00
|
|
|
station_id = teststation
|
2013-12-19 17:40:35 +01:00
|
|
|
|
2017-07-18 22:27:19 +02:00
|
|
|
[current_backend]
|
|
|
|
storage_backend=file
|
|
|
|
|
2013-12-19 17:40:35 +01:00
|
|
|
[monit]
|
|
|
|
monit_user = guest
|
|
|
|
monit_password = airtime
|
|
|
|
|
2017-03-31 14:26:29 +02:00
|
|
|
[ldap]
|
|
|
|
hostname = ldap.example.org
|
|
|
|
binddn = 'uid=libretime,cn=sysaccounts,cn=etc,dc=int,dc=example,dc=org'
|
|
|
|
password = hackme
|
|
|
|
account_domain = INT.EXAMPLE.ORG
|
|
|
|
basedn = 'cn=users,cn=accounts,dc=int,dc=example,dc=org'
|
|
|
|
filter_field = uid
|
|
|
|
groupmap_guest = 'cn=guest,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
|
|
|
|
groupmap_host = 'cn=host,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
|
|
|
|
groupmap_program_manager = 'cn=program_manager,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
|
|
|
|
groupmap_admin = 'cn=admins,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
|
|
|
|
groupmap_superadmin = 'cn=superadmin,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
|