chore: init project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Copy to .env and fill in. docker-compose reads these.
|
||||
POSTGRES_PASSWORD=change-me
|
||||
|
||||
# Google OAuth2 credentials (create at https://console.cloud.google.com/apis/credentials)
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
|
||||
# AI mode: Disabled | LocalOllama | CloudOpenAi
|
||||
AI_MODE=Disabled
|
||||
|
||||
# Origin the API allows for CORS (the frontend container).
|
||||
FRONTEND_ORIGIN=http://localhost:8081
|
||||
Reference in New Issue
Block a user