Skip to content

Commit 2191f81

Browse files
authored
[docker] Change OPENAEV__TOKEN environment variable
1 parent 5923cfe commit 2191f81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
- MANAGER__CREDENTIALS_KEY_FILEPATH=/keys/private_key.pem
108108
- OPENAEV__ENABLE=true
109109
- OPENAEV__URL=http://openaev:8080
110-
- OPENAEV__TOKEN=${OPENCTI_ADMIN_TOKEN}
110+
- OPENAEV__TOKEN=${OPENAEV_ADMIN_EMAIL}
111111
- OPENAEV__DAEMON__SELECTOR=docker
112112
- OPENAEV__DAEMON__DOCKER__NETWORK_MODE=${COMPOSE_PROJECT_NAME}_default
113113
volumes:
@@ -268,4 +268,4 @@ volumes:
268268
s3data:
269269
amqpdata:
270270
esdata:
271-
rsakeys:
271+
rsakeys:

0 commit comments

Comments
 (0)