bin | ||
config | ||
constants | ||
controllers | ||
doc | ||
model | ||
public | ||
routes | ||
schemas | ||
utils | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.gitlab-ci.yml | ||
Dockerfile | ||
example.env | ||
index.js | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js |
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
# PostgreSQL 資料庫位址
DB_HOST
# PostgreSQL 資料庫連接埠
DB_PORT
# PostgreSQL 資料庫使用者
DB_USER
# PostgreSQL 資料庫密碼
DB_PASSWORD
# PostgreSQL 資料庫名稱
DB_NAME
# PostgreSQL 資料庫連接池最大連線數
DB_POOL_MAX
# PostgreSQL 資料庫連接池閒置連線數
DB_POOL_MIN