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,3 +1,12 @@
# PocketBase Version
PB_VERSION=0.30.0
# Port to bind to on the host machine
PB_PORT=8090
# Optional 32-character encryption key (generate with: openssl rand -hex 16)
PB_ENCRYPTION=
PB_ADMIN_EMAIL=
PB_ADMIN_PASSWORD=
# Admin user configuration
PB_ADMIN_EMAIL=admin@example.com
PB_ADMIN_PASSWORD=supersecret123