Working on rust backend
This commit is contained in:
4
backend/.env
Normal file
4
backend/.env
Normal file
@@ -0,0 +1,4 @@
|
||||
RUST_LOG=backend=info,actix=info,diesel_migrations=info
|
||||
DATABASE_URL=postgres://postgres:password@localhost/notes_api
|
||||
HOST=127.0.0.1
|
||||
PORT=5000
|
||||
Reference in New Issue
Block a user