chore: track .env in repository
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
16
backend/.env
Normal 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
|
||||||
Reference in New Issue
Block a user