Gate admin menu and authoring with shared JWT

This commit is contained in:
2026-08-15 09:29:08 +02:00
parent eeaa4138fa
commit 8f1f5a8743
16 changed files with 366 additions and 52 deletions
+2 -1
View File
@@ -23,10 +23,11 @@ services:
dockerfile: Dockerfile
container_name: osint-board-app
environment:
NODE_ENV: production
NODE_ENV: development
PORT: 8787
DATABASE_URL: postgres://osint:osint_secret@db:5432/osint_dev
CORS_ORIGIN: http://localhost:8787
JWT_SECRET: ${JWT_SECRET:-osint-local-dev-secret}
LEVEL_EDITING_ENABLED: "true"
MAX_DOCUMENT_BYTES: 26214400
ports: