2025-03-17 17:55:17 -05:00

10 lines
160 B
Bash

DB_USER=admin
DB_PASSWORD=password
DB_NAME=worklog
DB_HOST=localhost
DB_PORT=5432
DB_EXPOSED_PORT=6767
DB_TZ=America/Chicago
VOLUME_ROOT="./.container_volume"