Aberrant/config.py.template

17 lines
290 B
Plaintext
Raw 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',
]
2019-09-28 04:05:45 -04:00
prefix = '/aberrant'
buckler = {
'url': "http://192.168.1.100:5400/buckler",
'app_id': 1,
'app_key': """password""",
'login_url': "/buckler/login",
}