mirror of
https://github.com/wowlikon/LibraryAPI.git
synced 2025-12-11 21:30:46 +00:00
fixing bugs, changing the handling of dto and db models, preparing to add new functionality
5 lines
108 B
Bash
5 lines
108 B
Bash
POSTGRES_USER = "postgres"
|
|
POSTGRES_PASSWORD = "password"
|
|
POSTGRES_DB = "mydatabase"
|
|
POSTGRES_SERVER = "db"
|