mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-21 13:28:57 +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
|