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
218 B

log_level = "trace"
[listen]
host = "0.0.0.0"
port = 3000
[auth]
firebase_project_id = "test-project"
firebase_emulator_url = "http://192.168.1.23:9099"
api_tokens = ["dev-api-key"]
[database]
url = "sqlite:app.db"