Skip to content

Instantly share code, notes, and snippets.

@alexeyklyukin
Created February 13, 2018 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexeyklyukin/0227addac5f30f80feea616f459bfa4c to your computer and use it in GitHub Desktop.
Save alexeyklyukin/0227addac5f30f80feea616f459bfa4c to your computer and use it in GitHub Desktop.
Spilo configuration environment variable
SPILO_CONFIGURATION: | ## https://github.com/zalando/patroni#yaml-configuration
tags:
clonefrom: true
postgresql:
bin_dir: /usr/lib/postgresql/9.6/bin
bootstrap:
initdb:
- auth-host: md5
- auth-local: trust
pg_hba:
- hostnossl all all all reject
- hostssl all all all md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment