File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ The following environment variables are available for configuring the service:
1414| --------------------------------------------- | --------------------------------------------------------------------------------------- | ------------- |
1515| ` PORT ` | The port which the server will listen on | ` 8080 ` |
1616| ` RETAIL_CHECKOUT_PERSISTENCE_PROVIDER ` | The persistence provider to use, can be ` in-memory ` or ` postgres ` . | ` in-memory ` |
17- | ` RETAIL_ORDERS_PERSISTENCE_POSTGRES_ENDPOINT ` | The postgres database endpoint. | ` "" ` |
18- | ` RETAIL_ORDERS_PERSISTENCE_POSTGRES_NAME ` | The postgres database name | ` "" ` |
19- | ` RETAIL_ORDERS_PERSISTENCE_POSTGRES_USERNAME ` | Username to authenticate with postgres database. | ` "" ` |
20- | ` RETAIL_ORDERS_PERSISTENCE_POSTGRES_PASSWORD ` | Password to authenticate with postgres database. | ` "" ` |
17+ | ` RETAIL_ORDERS_PERSISTENCE_ENDPOINT ` | The postgres database endpoint. | ` "" ` |
18+ | ` RETAIL_ORDERS_PERSISTENCE_NAME ` | The postgres database name | ` "" ` |
19+ | ` RETAIL_ORDERS_PERSISTENCE_USERNAME ` | Username to authenticate with postgres database. | ` "" ` |
20+ | ` RETAIL_ORDERS_PERSISTENCE_PASSWORD ` | Password to authenticate with postgres database. | ` "" ` |
2121| ` RETAIL_ORDERS_MESSAGING_PROVIDER ` | The messaging provider to use to publish events. Can be ` in-memory ` , ` sqs ` , ` rabbitmq ` . | ` "in-memory" ` |
2222| ` RETAIL_ORDERS_MESSAGING_SQS_TOPIC ` | The name of the SQS topic to publish events to (SQS messaging provider) | ` "" ` |
2323| ` RETAIL_ORDERS_MESSAGING_RABBITMQ_ADDRESSES ` | Endpoints for RabbitMQ messaging provider, format ` host:port ` | ` "" ` |
You can’t perform that action at this time.
0 commit comments