Skip to content

Commit

Permalink
BE: more default config
Browse files Browse the repository at this point in the history
  • Loading branch information
andreipradan committed Nov 21, 2024
1 parent b9494df commit d82ed1b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion deploy/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ALLOWED_HOSTS=

CORS_ALLOWED_ORIGINS=
CSRF_TRUSTED_ORIGINS=

DB_DATABASE=
DB_USER=
DB_PASSWORD=
Expand All @@ -8,10 +11,17 @@ DB_HOST=
DEBUG=
ENV=

GEMINI_API_KEY=

GITHUB_ACCESS_TOKEN=
GITHUB_USERNAME=

RPI_TOKEN=
HEALTHCHECKS_URL=

LOGFIRE_TOKEN=
LOGFIRE_SERVICE_NAME=

REDIS_URL=

SECRET_KEY=
SENTRY_DSN=
Expand Down
1 change: 1 addition & 0 deletions deploy/ngrok.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tunnels:
mainframe:
addr: 80
domain:
proto: http

0 comments on commit d82ed1b

Please sign in to comment.