From 32e5786f1de467e703bedf637f57cd5e44164809 Mon Sep 17 00:00:00 2001 From: filipriec Date: Sun, 23 Feb 2025 09:43:17 +0100 Subject: [PATCH] readme and env template --- .env_template | 6 ++++++ README.md | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 .env_template diff --git a/.env_template b/.env_template new file mode 100644 index 0000000..d37d637 --- /dev/null +++ b/.env_template @@ -0,0 +1,6 @@ +DATABASE_URL="postgres://multi_psql_dev:3@localhost:5432/multi_rust_dev" +RUST_DB_NAME=multi_rust_dev +RUST_DB_USER=multi_psql_dev +RUST_DB_PASSWORD=3 +RUST_DB_HOST=localhost +RUST_DB_PORT=5432 diff --git a/README.md b/README.md index 31aba80..6e0393a 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # Hey + +I run development like this: +``` +cargo watch -x 'run --package server -- run' -x 'run --package client' +``` + +