Skip to content

Commit e19c88f

Browse files
docs: Update PostgreSQL persistence configuration options (#931)
Co-authored-by: Niall Thomson <[email protected]>
1 parent 72fa4e8 commit e19c88f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/orders/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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` | `""` |

0 commit comments

Comments
 (0)