-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.env
22 lines (22 loc) · 819 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
########################################
# Set AAI 4 Metastore & Indexing-Service
########################################
REPO_AUTH_ENABLED=false
JWT_SECRET=Please+add+your+own+long+and+valid+secret+here
########################################
# Adopt authentication for RabbitMQ
########################################
RABBIT_MQ_USER=rabbituser
RABBIT_MQ_PASSWORD=rabbitpasswd
########################################
# Only edit the following lines if you
# want to update service versions.
########################################
METASTORE_VERSION=v2.0.0
FRONTEND_COLLECTION_VERSION=metastore-v1.0.1
INDEXING_SERVICE_VERSION=v1.0.3
ELASTICSEARCH_VERSION=8.11.1
########################################
# Don't edit following lines
########################################
PREFIX4DOCKER=ghcr.io/kit-data-manager