Created
August 18, 2017 13:34
-
-
Save jsplink/ff98704e4d1d1736d3fdf4f94faaae6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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