-CC-2044: remove hardcoded settings from application/configs/conf.php
-rearranged some stuff...some bugs still to go
This commit is contained in:
parent
161505a6df
commit
2702363a33
15 changed files with 130 additions and 92 deletions
|
@ -4,6 +4,13 @@ dbname = airtime
|
|||
dbuser = airtime
|
||||
dbpass = airtime
|
||||
|
||||
[rabbitmq]
|
||||
host = 127.0.0.1
|
||||
port = 5672
|
||||
user = guest
|
||||
password = guest
|
||||
vhost = /
|
||||
|
||||
[general]
|
||||
api_key = AAA
|
||||
|
||||
webServerUser = www-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue