feat: bootstrap backend MVP and architecture docs
This commit is contained in:
16
.env.production.example
Normal file
16
.env.production.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# memberapi.ose.tw backend env (production)
|
||||
APP_ENV=production
|
||||
PORT=8000
|
||||
|
||||
DB_HOST=postgresql
|
||||
DB_PORT=5432
|
||||
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
|
||||
Reference in New Issue
Block a user