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

15 lines
187 B
Text
Raw Normal View History

2023-11-17 11:48:53 +07:00
PUBLIC_KEY=
REALM_URL=
2023-11-21 09:13:21 +07:00
2023-11-17 11:48:53 +07:00
PORT=
2023-11-21 09:13:21 +07:00
MINIO_HOST=localhost
MINIO_PORT=9000
2023-11-17 11:48:53 +07:00
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=
2023-11-21 09:13:21 +07:00
ELASTICSEARCH_PROTOCOL=http
ELASTICSEARCH_HOST=localhost
ELASTICSEARCH_PORT=9200