-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.test
More file actions
58 lines (45 loc) · 1.34 KB
/
.env.test
File metadata and controls
58 lines (45 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
COMPOSE_PROJECT_NAME=misp-workbench
ENVIRONMENT=test
POSTGRES_HOSTNAME=postgres
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=misp_test
REDIS_HOSTNAME=redis
REDIS_PORT=6379
REDIS_CELERY_DB=0
REDIS_CACHE_DB=5
CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/0
OPENSEARCH_HOSTNAME=opensearch
OPENSEARCH_PORT=9200
OPENSEARCH_INITIAL_ADMIN_PASSWORD=">wGe.r9r}8F#^8q"
OPENSEARCH_DASHBOARDS_PASSWORD=">wGe.r9r}8F#^8q"
OPENSEARCH_USERNAME=
OPENSEARCH_PASSWORD=
OAUTH2_SECRET_KEY=e6d14a781f168c29f8ba7dad72c2ad1418375ab9e3878ea671ba87cf76618511
OAUTH2_REFRESH_SECRET_KEY=e6d14a781f168c29f8ba7dad72c2ad1418375ab9e3878ea671ba87cf76618511_refresh
OAUTH2_ALGORITHM=HS256
OAUTH2_ACCESS_TOKEN_EXPIRE_MINUTES=30
OAUTH2_REFRESH_TOKEN_EXPIRE_DAYS=7
MAIL_USERNAME=mailhog
MAIL_PASSWORD=mailhog
MAIL_PORT=1025
MAIL_SERVER=mailhog
MODULES_HOST=modules
MODULES_PORT=6666
MCP_AUTH_ENABLED=true
STORAGE_ENGINE=local
S3_ENDPOINT=garage:3900
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_BUCKET=attachments
S3_SECURE=false
GARAGE_ADMIN_URL=http://garage:3903
GARAGE_ADMIN_TOKEN=garage-test-admin-token
GARAGE_METRICS_TOKEN=garage-test-metrics-token
FLOWER_BASIC_AUTH=flower:flower
LOG_LEVEL=DEBUG
# Comma-separated list of extra allowed CORS origins (e.g. https://app.example.com)
CORS_ORIGINS=