mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
chore: add ability to change DB_PORT from standard 5432 (#480)
This commit is contained in:
parent
971347c761
commit
fd8ce1b32a
2 changed files with 2 additions and 0 deletions
|
@ -26,5 +26,6 @@ TLS=true
|
|||
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_USER=postgres
|
Loading…
Add table
Add a link
Reference in a new issue