feat(auth): add secure configuration and environment support
This commit is contained in:
parent
56df3228a4
commit
6f7cae9e24
5 changed files with 82 additions and 6 deletions
6
backend/hermes/.env.example
Normal file
6
backend/hermes/.env.example
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
DATABASE_URL=postgresql+psycopg://user:password@postgres:5432/olympus
|
||||
|
||||
SECRET_KEY=CHANGE_ME
|
||||
|
||||
APP_NAME=Hermes API
|
||||
APP_VERSION=0.1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue