about summary refs log tree commit diff
path: root/kittybox-rs/dev.sh
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-06-22 20:18:30 +0300
committerVika <vika@fireburn.ru>2023-06-22 20:18:30 +0300
commit8b1f39e5b30b5a3bad0f95d92a5909992139aca2 (patch)
tree70486888c96a76b77f084c37e1ef0d22148e4ee9 /kittybox-rs/dev.sh
parent775693f36d96c304ff1cb76e0dea78d61d82903e (diff)
[wip] Postgres backend
Diffstat (limited to 'kittybox-rs/dev.sh')
-rwxr-xr-xkittybox-rs/dev.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/kittybox-rs/dev.sh b/kittybox-rs/dev.sh
index e6a020c..8a15d58 100755
--- a/kittybox-rs/dev.sh
+++ b/kittybox-rs/dev.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 export RUST_LOG="kittybox=debug,retainer::cache=warn,h2=info,rustls=info,tokio=info,tower_http::trace=debug"
-export BACKEND_URI=file://./test-dir
+#export BACKEND_URI=file://./test-dir
+export BACKEND_URI="postgres://localhost?dbname=kittybox&host=/run/postgresql"
 export BLOBSTORE_URI=file://./media-store
 export AUTH_STORE_URI=file://./auth-store
 export COOKIE_SECRET=1234567890abcdefghijklmnopqrstuvwxyz