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