Skip to content

Instantly share code, notes, and snippets.

@jsplink
Created August 18, 2017 13:34
Show Gist options
  • Save jsplink/ff98704e4d1d1736d3fdf4f94faaae6f to your computer and use it in GitHub Desktop.
Save jsplink/ff98704e4d1d1736d3fdf4f94faaae6f to your computer and use it in GitHub Desktop.
db-uri = "postgres://postgres:postgres_password@postgres-docker:5432/myappdb"
db-schema = "myappschema"
db-anon-role = "public"
db-pool = "10"
server-host = "127.0.0.1"
server-port = "3000"
jwt-secret = "fewjiajfewaijfoweja"
secret-is-base64 = False
max-rows = "1000"
pre-request = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment