Advertisement
Guest User

airtime.conf

a guest
Jul 10th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. [database]
  2. host = localhost
  3. dbname = airtime
  4. dbuser = airtime
  5. dbpass = airtime
  6.  
  7. [rabbitmq]
  8. host = 127.0.0.1
  9. port = 5672
  10. user = airtime
  11. password = [Password]
  12. vhost = /airtime
  13.  
  14. [general]
  15. api_key = [api_key]
  16. web_server_user = www-data
  17. airtime_dir = /usr/share/airtime
  18. base_url = radio.runetooncraft.com
  19. base_port = 80
  20. base_dir = /
  21. cache_ahead_hours = 1
  22.  
  23. [monit]
  24. monit_user = guest
  25. monit_password = airtime
  26.  
  27. [soundcloud]
  28. connection_retries = 3
  29. time_between_retries = 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement