add support for multi postgrest instances

fro/pi3#59
This commit is contained in:
fro
2025-12-29 15:15:35 -05:00
parent 93b48d8b98
commit 84236528c4
4 changed files with 31 additions and 7 deletions

View File

@@ -2,3 +2,4 @@ db-uri = "postgresql://[USERNAME]:[PASSWORD]@[HOST_CONNECTION_STRING]"
db-schemas = "www"
db-anon-role = "anonymous"
#jwt-secret = "myownlittlecleansecret"
server-port = 3000