15 lines
378 B
Plaintext
15 lines
378 B
Plaintext
![]() |
ELASTICSEARCH_NODE=http://localhost:9200
|
||
|
ELASTICSEARCH_USER=elastic
|
||
|
ELASTICSEARCH_PASSWORD=changeme
|
||
|
MINIO_ENDPOINT=localhost
|
||
|
MINIO_PORT=9000
|
||
|
MINIO_USE_SSL=false
|
||
|
MINIO_ACCESS_KEY=minioadmin
|
||
|
MINIO_SECRET_KEY=minioadmin
|
||
|
REDIS_PASSWORD=nice
|
||
|
|
||
|
|
||
|
# OIDC_COOKIE_KEY=
|
||
|
OIDC_CLIENT_ID=your-client-id
|
||
|
OIDC_CLIENT_SECRET=your-client-secret
|
||
|
OIDC_REDIRECT_URI=https://your-frontend.com/callback
|