diff --git a/.env b/.env deleted file mode 100644 index b6d8806..0000000 --- a/.env +++ /dev/null @@ -1,4 +0,0 @@ -APP_ENVIREONMENT=development -APP_HOST="0.0.0.0" -APP_PORT="1323" -RUST_LOG=info diff --git a/.gitignore b/.gitignore index 96ef6c0..e551aa3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target Cargo.lock +.env