File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ OPENCTI_ADMIN_EMAIL=admin@opencti.io
2828OPENCTI_ADMIN_PASSWORD = changeme
2929OPENCTI_ADMIN_TOKEN = ChangeMe_UUIDv4
3030OPENCTI_HEALTHCHECK_ACCESS_KEY = changeme
31+ OPENCTI_ENCRYPTION_KEY = ChangeMeWithGeneratedBase64Key
3132
3233# ##########################
3334# OPENCTI CONNECTORS #
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ services:
128128 - APP__ADMIN__EMAIL=${OPENCTI_ADMIN_EMAIL}
129129 - APP__ADMIN__PASSWORD=${OPENCTI_ADMIN_PASSWORD}
130130 - APP__ADMIN__TOKEN=${OPENCTI_ADMIN_TOKEN}
131+ - APP__ENCRYPTION_KEY=${OPENCTI_ENCRYPTION_KEY}
131132 - REDIS__HOSTNAME=redis
132133 - REDIS__PORT=6379
133134 - ELASTICSEARCH__URL=http://opensearch:9200
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ services:
129129 - APP__ADMIN__EMAIL=${OPENCTI_ADMIN_EMAIL}
130130 - APP__ADMIN__PASSWORD=${OPENCTI_ADMIN_PASSWORD}
131131 - APP__ADMIN__TOKEN=${OPENCTI_ADMIN_TOKEN}
132+ - APP__ENCRYPTION_KEY=${OPENCTI_ENCRYPTION_KEY}
132133 - REDIS__HOSTNAME=redis
133134 - REDIS__PORT=6379
134135 - ELASTICSEARCH__URL=http://elasticsearch:9200
You can’t perform that action at this time.
0 commit comments