Musik/config.py.template

12 lines
257 B
Plaintext
Raw Permalink Normal View History

2019-09-25 19:48:19 -04:00
#!/usr/bin/env python3
"""
Configuration settings for Musik.
`buckler` specifies settings pertaining to the Buckler server.
"""
buckler = {
'url': "http://127.0.0.1:5400/buckler",
'app_id': 1,
'app_key': """password""",
2019-10-29 09:37:49 -04:00
'login_url': "/buckler/login",
2019-09-25 19:48:19 -04:00
}