readme and env template

This commit is contained in:
filipriec
2025-02-23 09:43:17 +01:00
parent d6b465fe46
commit 32e5786f1d
2 changed files with 13 additions and 0 deletions

6
.env_template Normal file
View File

@@ -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

View File

@@ -1 +1,8 @@
# Hey
I run development like this:
```
cargo watch -x 'run --package server -- run' -x 'run --package client'
```