Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/env-pgadmin.env

4 lines
157 B
Bash
Raw Normal View History

PGADMIN_LISTEN_PORT=5050
PGADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
PGADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}