mirror of
https://github.com/Phundrak/georm.git
synced 2025-06-25 09:24:57 +00:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=georm
|
|
DB_USER=dev
|
|
DB_PASSWORD=password
|
|
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
|