chore: iios workspace skeleton (pnpm workspace, configs, postgres:5434)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 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"}
|
||||
Reference in New Issue
Block a user