feat: add database configuration and health check
This commit is contained in:
parent
3d53a94d59
commit
3701c50711
9 changed files with 72 additions and 2 deletions
5
backend/hermes/.env
Normal file
5
backend/hermes/.env
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DATABASE_URL=postgresql+psycopg://olympus:FsFs03285310!!!@olympus-db:5432/olympus
|
||||
|
||||
APP_NAME=Hermes API
|
||||
|
||||
APP_VERSION=0.1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue