mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-12 02:05:14 +00:00
5 lines
111 B
Bash
5 lines
111 B
Bash
POSTGRES_SERVER=db
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD={{cookiecutter.postgres_password}}
|
|
POSTGRES_DB=app
|