mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 03:52:56 +00:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
# Minimal zenith environment with one safekeeper. This is equivalent to the built-in
|
|
# defaults that you get with no --config
|
|
[pageserver]
|
|
listen_pg_addr = '127.0.0.1:64000'
|
|
listen_http_addr = '127.0.0.1:9898'
|
|
auth_type = 'Trust'
|
|
|
|
[[safekeepers]]
|
|
name = 'single'
|
|
pg_port = 5454
|
|
http_port = 7676
|