update
This commit is contained in:
@@ -6,7 +6,7 @@ DB_HOST=127.0.0.1
|
||||
DB_PORT=54321
|
||||
DB_NAME=member_center
|
||||
DB_USER=member_ose
|
||||
DB_PASSWORD=CHANGE_ME
|
||||
DB_PASSWORD=Dmrax5bKDf
|
||||
|
||||
# Keycloak (preferred when KEYCLOAK_BASE_URL + KEYCLOAK_REALM are set)
|
||||
KEYCLOAK_BASE_URL=https://auth.ose.tw/
|
||||
|
||||
@@ -3,10 +3,10 @@ APP_ENV=development
|
||||
PORT=8000
|
||||
|
||||
DB_HOST=postgresql
|
||||
DB_PORT=54321
|
||||
DB_PORT=5432
|
||||
DB_NAME=member_center
|
||||
DB_USER=member_ose
|
||||
DB_PASSWORD=CHANGE_ME
|
||||
DB_PASSWORD=Dmrax5bKDf
|
||||
|
||||
# Keycloak (preferred when KEYCLOAK_BASE_URL + KEYCLOAK_REALM are set)
|
||||
KEYCLOAK_BASE_URL=auth_ose_tw
|
||||
@@ -29,7 +29,7 @@ MEMBER_REQUIRED_REALM_ROLES=admin,manager
|
||||
ADMIN_REQUIRED_REALM_ROLES=admin,manager
|
||||
|
||||
# Cache backend: memory | redis
|
||||
CACHE_BACKEND=memory
|
||||
CACHE_BACKEND=redis
|
||||
CACHE_REDIS_URL=redis://cache/0
|
||||
CACHE_PREFIX=memberapi
|
||||
CACHE_DEFAULT_TTL_SECONDS=30
|
||||
|
||||
Reference in New Issue
Block a user