mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
## Problem We had retained the ability to run in a generation-less mode to support test_generations_upgrade, which was replaced with a cleaner backward compat test in https://github.com/neondatabase/neon/pull/10701 ## Summary of changes - Remove all the special cases for "if no generation" or "if no control plane api" - Make control_plane_api config mandatory --------- Co-authored-by: Arpad Müller <arpad-m@users.noreply.github.com>
8 lines
405 B
TOML
8 lines
405 B
TOML
broker_endpoint='http://storage_broker:50051'
|
|
pg_distrib_dir='/usr/local/'
|
|
listen_pg_addr='0.0.0.0:6400'
|
|
listen_http_addr='0.0.0.0:9898'
|
|
remote_storage={ endpoint='http://minio:9000', bucket_name='neon', bucket_region='eu-north-1', prefix_in_bucket='/pageserver' }
|
|
control_plane_api='http://0.0.0.0:6666' # No storage controller in docker compose, specify a junk address
|
|
control_plane_emergency_mode=true
|