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"