Enable gRPC in the docker-compose setup

This commit is contained in:
Heikki Linnakangas
2025-07-30 15:16:50 +03:00
parent 9e250e382a
commit 95ef69ca95
2 changed files with 6 additions and 0 deletions

View File

@@ -120,6 +120,11 @@
"value": "host=pageserver port=6400",
"vartype": "string"
},
{
"name": "neon.pageserver_grpc_urls",
"value": "grpc://pageserver:6401/",
"vartype": "string"
},
{
"name": "max_replication_write_lag",
"value": "500MB",