chore: track .env in repository

This commit is contained in:
Chris
2026-03-29 23:02:24 +08:00
parent e9717d5214
commit 970693a6d5
2 changed files with 16 additions and 6 deletions

6
.gitignore vendored
View File

@@ -10,12 +10,6 @@ __pycache__/
.venv/ .venv/
venv/ venv/
# Env files
.env
.env.*
!.env.example
!.env.production.example
# macOS # macOS
.DS_Store .DS_Store

16
backend/.env Normal file
View File

@@ -0,0 +1,16 @@
# memberapi.ose.tw backend env (development)
APP_ENV=development
PORT=8000
DB_HOST=127.0.0.1
DB_PORT=54321
DB_NAME=member_center
DB_USER=member_ose
DB_PASSWORD=CHANGE_ME
AUTHENTIK_BASE_URL=
AUTHENTIK_ADMIN_TOKEN=
AUTHENTIK_VERIFY_TLS=false
PUBLIC_FRONTEND_ORIGINS=https://member.ose.tw,https://mkt.ose.tw,https://admin.ose.tw
INTERNAL_SHARED_SECRET=CHANGE_ME