mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 07:39:58 +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 = 'localhost:64000'
|
|
listen_http_addr = 'localhost:9898'
|
|
auth_type = 'Trust'
|
|
|
|
[[safekeepers]]
|
|
name = 'single'
|
|
pg_port = 5454
|
|
http_port = 7676
|