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

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