Batch File Variables Checking
This section helps you to check the variables of batch file before you deploy the EventStore microservice.
|
S.no |
Environmental Variables |
Purpose |
Sample values |
|---|---|---|---|
|
1 |
DATABASE_KEY |
Specify database (either mysql or mssql) |
mysql/mssql |
|
2 |
MYSQL_CONNECTIONURL |
Specify mysql connection URL |
jdbc:mysql://eventstore-db-service-np:3306/ms_eventstore |
|
3 |
MSSQL_CONNECTIONURL |
Specify mssql connection URL |
jdbc:sqlserver://eventstore-db-service:1433;databaseName=ms_eventstore |
|
4 |
kafkabootstrapservers |
Specify the URL used to connect kafka |
my-cluster-kafka-bootstrap.kafka:9092 |
In this topic