You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

13 lines
251 B

api:
base_url: "http://localhost:8000"
timeout: 30
auth:
provider_url: "https://login.microsoftonline.com/your-tenant"
client_id: "your-client-id"
secret_key: "your-secret-key"
app:
title: "Simple Mensa Admin"
debug: true
port: 8080