Batch File Variables Checking
This section helps you to check the variables of batch file before you deploy the Entitlement microservice.
|
S.No |
Configurations |
Purpose |
Sample values |
|---|---|---|---|
|
1 |
DATABASE_KEY |
Specify database (either mongo or postgresql) |
mongodb/postgresql |
|
2 |
MONGODB_CONNECTIONSTR |
Specify mongodb connection URL |
mongodb://mongodb-0.mongodb-svc.mongodb.svc.cluster.local:27017 |
|
3 |
POSTGRESQL_CONNECTIONURL |
Specify Postgresql connection URL |
jdbc:postgresql://gc-postgresqldb-service.postgresql.svc.cluster.local:5432/ms_entitlement |
|
4 |
gcbasepath |
Specify the URL used to connect genericconfig MS |
http://localhost:7006/ms-genericconfig-api/api/v2.0.0/ |
|
5 |
kafkabootstrapservers |
Specify the URL used to connect kafka |
my-cluster-kafka-bootstrap.kafka:9092 |
In this topic