[server] port = 8010 host = "localhost" BaseURL = "http://localhost:8010" [database] path = "demo.db" # Dev mode: serve UI files from disk instead of the embedded assets, # so changes show up on refresh without rebuilding the server. # [frontend] # dir = "frontend" [session] Name = "atlas9_demo_session" Lifetime = "24h" Secure = true [oauth.google] ClientID = "" ClientSecret = "" RedirectURL = "http://localhost:8010/auth/google/callback" [oauth.apple] ClientID = "" ClientSecret = "" RedirectURL = "http://localhost:8010/auth/apple/callback" [oauth.github] ClientID = "" ClientSecret = "" RedirectURL = "http://localhost:8010/auth/github/callback" [mail] Region = "" From = "" AccessKey = "" SecretKey = ""