keycloak-demo/README.md

33 lines
358 B
Markdown
Raw Permalink Normal View History

2021-08-31 10:24:42 +00:00
# Demo Server
KeyCloak 測試 Server
## 設定環境變數
```
# 伺服器完整網址
SERVER_URL
# 伺服器監聽埠
SERVER_PORT
# JWT 簽名 Secret
SERVER_JWT_SECRET
# Redis 位址
REDIS_HOST
# Redis Port
REDIS_PORT
# Redis 密碼,沒有則留空
REDIS_PASSWORD
# Redis 鍵值前綴
REDIS_PREFIX
# Redis 連線的資料庫號碼
REDIS_DB
```