canasta/.env.example
2025-04-23 19:11:14 -03:00

9 lines
138 B
Text

# General
PUID=1000
PGID=1000
# Postgres
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# Django
DJANGO_PORT=8000