diff --git a/.env.example b/.env.example
index bf2a96b..43b5436 100644
--- a/.env.example
+++ b/.env.example
@@ -4,6 +4,6 @@ PROJECT_NAME=''
MYSQL_HOST=''
MYSQL_PORT=''
-MYSQL_USERNAME=''
+MYSQL_USER=''
MYSQL_PASS=''
MYSQL_DATABASE=''
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 2f1bf33..a8e3360 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..85764b2
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,8 @@
+{
+ "conventionalCommits.scopes": [
+ "interfaces",
+ "routes",
+ "services",
+ "controllers"
+ ]
+}
\ No newline at end of file