fenghuo/apps/backend/.env.example

17 lines
430 B
Plaintext
Raw Normal View History

2025-05-27 08:56:07 +08:00
ELASTICSEARCH_NODE=http://localhost:9200
ELASTICSEARCH_USER=elastic
2025-05-27 10:01:56 +08:00
ELASTICSEARCH_PASSWORD=nice_elastic_password
2025-05-27 08:56:07 +08:00
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
2025-05-28 08:23:15 +08:00
OIDC_REDIRECT_URI=https://your-frontend.com/callback
UPLOAD_DIR=/opt/projects/nice/uploads