Files
iios/.env.example
T
2026-06-30 20:56:36 +05:30

9 lines
308 B
Bash

# iios-service
PORT=3200
DATABASE_URL="postgresql://iios:iios@localhost:5434/iios?schema=public"
# Agent/session signing (reused AppTokenVerifier pattern)
JWT_SECRET="dev-only-change-me"
# Per-app HS256 secrets, JSON map keyed by appId (the `session` platform port)
APP_SECRETS={"portal-demo":"dev-secret"}