Rust backend setup

This commit is contained in:
2023-09-04 14:51:59 -04:00
parent 7a7f90809a
commit acfc89feb8
1296 changed files with 1616 additions and 1056 deletions

View File

@@ -1,4 +1,4 @@
RUST_LOG=backend=info,actix=info,diesel_migrations=info
DATABASE_URL=postgres://postgres:password@localhost/notes_api
RUST_LOG=info,actix=info,diesel_migrations=warn
DATABASE_URL=postgres://postgres:password@localhost/aviation_weather
HOST=127.0.0.1
PORT=5000