BAPSicle/config.py.example
2020-11-05 23:53:27 +00:00

10 lines
186 B
Text

# Flask Details
HOST: str = "localhost"
PORT: int = 13500
# BAPSicle Details
VERSION: float = 1.0
# API Settings
API_KEY: str = ""
MYRADIO_BASE_URL: str = "https://ury.org.uk/myradio"