hrms-edm/Services/server/.env.example

26 lines
490 B
Text
Raw Normal View History

# Keycloak public key
2023-11-17 11:48:53 +07:00
PUBLIC_KEY=
REALM_URL=
PREFERRED_AUTH=
MANAGEMENT_ROLE=
# App port
PORT=
# Real host name must be used.
# Sdk will generate presigned url based on host name.
MINIO_HOST=
MINIO_PORT=
MINIO_SSL=
2023-11-17 11:48:53 +07:00
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=
# Bucket notification event needed to be configured
# Can use prepare script to create bucket
MINIO_BUCKET=
ELASTICSEARCH_PROTOCOL=
ELASTICSEARCH_HOST=
ELASTICSEARCH_PORT=
# Can use prepare script
ELASTICSEARCH_INDEX=
AMQ_URL=
AMQ_QUEUE=
2023-11-21 09:13:21 +07:00