Rust backend setup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user