cafe-plaetschwiesle/config.toml
2023-07-04 11:51:13 +02:00

10 lines
138 B
TOML

ALLOWED_HOSTS = "https://cafe.test"
LOG_LEVEL = "info"
PORT = 5000
SWAGGER = true
[MYSQL]
DATABASE = ""
PASSWORD = ""
URL = ""
USER = ""