feat: add .env.example for all

This commit is contained in:
Sun-ZhenXing
2025-09-24 22:24:11 +08:00
parent 70f39867cf
commit 0b74e7bbe8
29 changed files with 336 additions and 51 deletions

View File

@@ -1 +1,14 @@
POSTGRES_PASSWORD=
# PostgreSQL Version
POSTGRES_VERSION=17.6
# Database user
POSTGRES_USER=postgres
# Database password
POSTGRES_PASSWORD=postgres
# Database name
POSTGRES_DB=postgres
# Port to bind to on the host machine
POSTGRES_PORT=5432