From 3ee48e500894c7ea303ebb02da623ff621c39aaa Mon Sep 17 00:00:00 2001 From: fro Date: Tue, 28 Oct 2025 12:29:54 -0500 Subject: [PATCH] + postgrest config --- cfg/pgr/config | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cfg/pgr/config diff --git a/cfg/pgr/config b/cfg/pgr/config new file mode 100644 index 0000000..cdd0d6d --- /dev/null +++ b/cfg/pgr/config @@ -0,0 +1,4 @@ +db-uri = "postgresql://[USERNAME]:[PASSWORD]@[HOST_CONNECTION_STRING]" +db-schemas = "www" +db-anon-role = "anonymous" +#jwt-secret = "myownlittlecleansecret"