Delete backend/.env

This commit is contained in:
Ben Sherriff
2023-09-04 14:54:04 -04:00
committed by GitHub
parent 2b5f59ff88
commit 9db32e4d5a

View File

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