Musik/config.py.template

11 lines
225 B
Plaintext
Raw 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""",
}