16 lines
430 B
Bash
16 lines
430 B
Bash
# XCU IAM Gatekeeper Environment
|
|
# Lokasi: xcu-iam-gatekeeper/.env.example
|
|
# ==========================================
|
|
|
|
# Port Peladen
|
|
PORT=4001
|
|
|
|
# WebAuthn RP_ID (Domain Anda tanpa protokol/port)
|
|
WEBAUTHN_RP_ID=x.jumpa.id
|
|
|
|
# WebAuthn Expected Origin (Domain Anda beserta protokol, tanpa trailing slash)
|
|
WEBAUTHN_EXPECTED_ORIGIN=https://x.jumpa.id
|
|
|
|
# Secret JWT Kuantum
|
|
JWT_SECRET=UBAH-INI-DI-PRODUKSI-DENGAN-STRING-YANG-PANJANG
|