First Commit

This commit is contained in:
Peter Schiwy
2024-05-31 00:32:51 +02:00
commit bab592edf1
23 changed files with 3268 additions and 0 deletions

4
.env_dev Normal file
View File

@@ -0,0 +1,4 @@
HOST=0.0.0.0
PORT=8080
DATABASE_URL="postgres://user:password@server:port/database"
RUST_LOG=info,actix=info