Aberrant/config.py.template

18 lines
324 B
Plaintext
Raw Permalink Normal View History

2019-09-28 04:05:45 -04:00
#!/usr/bin/env python3
"""
Configuation settings for Aberrant.
"""
2019-10-23 12:41:24 -04:00
rtorrents = [
'scgi://localhost:5000',
'scgi://localhost:5001',
]
2020-11-12 13:16:50 -05:00
server_domain = 'steelbea.me'
url_prefix = '/aberrant'
2019-09-28 04:05:45 -04:00
buckler = {
'url': "http://192.168.1.100:5400/buckler",
'app_id': 1,
'app_key': """password""",
'login_url': "/buckler/login",
}