mirror of
https://github.com/fastapi/full-stack-fastapi-template.git
synced 2026-09-22 05:42:56 +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
|