18 lines
464 B
Plaintext
Executable File
18 lines
464 B
Plaintext
Executable File
ELASTICSEARCH_NODE=http://localhost:9200
|
|
ELASTICSEARCH_USER=elastic
|
|
ELASTICSEARCH_PASSWORD=Letusdoit000
|
|
MINIO_ENDPOINT=localhost
|
|
MINIO_USE_SSL=false
|
|
MINIO_ACCESS_KEY=insiinc
|
|
MINIO_SECRET_KEY=Letusdoit000
|
|
|
|
REDIS_PASSWORD=Letusdoit000
|
|
REDIS_HOST=redis
|
|
REDIS_PORT=6379
|
|
|
|
UPLOAD_DIR=/opt/projects/data-platform/uploads
|
|
|
|
OIDC_SIGNING_KEY=dsadasdsadafasfweqfqwqwqwfqwgregreghregrewe
|
|
OIDC_REDIRECT_URI=http://localhost:3001/callback
|
|
OIDC_ISSUER=http://localhost:3001/auth
|