Gate admin menu and authoring with shared JWT
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user