Elasticsearch is being used as non-structured database which manages the employee's information and salary.
ENVIRONMENT VARIABLE | DEFAULT VALUE | DESCRIPTION |
---|---|---|
ELASTIC_PASSWORD | elastic | Password for elasticsearch database server |
---
cluster.name: "ot-microservices"
network.host: 0.0.0.0
discovery.type: single-node
xpack.license.self_generated.type: trial
xpack.security.enabled: true
xpack.monitoring.collection.enabled: true
make build-image