feat(auth): add secure configuration and environment support

This commit is contained in:
admin.schubert 2026-07-02 14:20:08 +00:00
parent 56df3228a4
commit 6f7cae9e24
5 changed files with 82 additions and 6 deletions

View 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