Skip to content

Commit

Permalink
feat: add example environment configuration files for backend and fro…
Browse files Browse the repository at this point in the history
…ntend
  • Loading branch information
hackerman70000 committed Feb 1, 2025
1 parent af2cad7 commit 2eedf98
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions backend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
SECRET_KEY=
TOKEN_SECRET_KEY=
MAIL_SERVER=
MAIL_PORT=
MAIL_USE_TLS=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_DEFAULT_SENDER=
DATABASE_URL=
POSTGRES_PASSWORD=
POSTGRES_USER=
POSTGRES_DB=
STATIC_BASE_URL=

FRONTEND_URL=
1 change: 1 addition & 0 deletions frontend/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FRONTEND_URL=

0 comments on commit 2eedf98

Please sign in to comment.