mirror of
https://github.com/RYDE-WORK/full-stack-fastapi-template.git
synced 2026-01-19 21:23:36 +08: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
|