Musik/config.py.template
2019-09-25 19:48:19 -04:00

11 lines
225 B
Python
Executable File

#!/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""",
}