postgrest.conf 910 B

12345678910111213141516171819202122232425262728
  1. # postgrest.conf
  2. # The standard connection URI format, documented at
  3. # https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
  4. <<<<<<< HEAD
  5. db-uri = "postgres://postgres:4ud1t0rf4lt4$$@localhost:5432/paad"
  6. =======
  7. db-uri = "postgres://postgres:4ud1t0rf4lt4$$@localhost:5432/paad_pruebas"
  8. >>>>>>> 7688f1aac1824c234bc5f19b154e9ad1f4808d4f
  9. # The database role to use when no client authentication is provided.
  10. # Should differ from authenticator
  11. db-anon-role = "postgres"
  12. # The secret to verify the JWT for authenticated requests with.
  13. # Needs to be 32 characters minimum.
  14. jwt-secret = "reallyreallyreallyreallyverysafe"
  15. jwt-secret-is-base64 = false
  16. # Port the postgrest process is listening on for http requests
  17. server-port = 3000
  18. # the location root is /api
  19. <<<<<<< HEAD
  20. server-host = "*"
  21. =======
  22. server-host = "*"
  23. >>>>>>> 7688f1aac1824c234bc5f19b154e9ad1f4808d4f