From 2545d720b08e64ea652bc855866560f474b89854 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Wed, 23 Oct 2024 16:02:25 +0200 Subject: [PATCH] fix links, use framework --- run | 1 + 1 file changed, 1 insertion(+) create mode 100755 run diff --git a/run b/run new file mode 100755 index 0000000..fbe8286 --- /dev/null +++ b/run @@ -0,0 +1 @@ +clear;RUST_LOG=debug BIND=0.0.0.0:7979 ADMINS=admin:admin PSQL=postgres://postgres@localhost/cooked REDIS=redis://localhost cargo run