diff --git a/.prettierrc b/.prettierrc index 164c433..ece7630 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,8 +1,8 @@ { - "singleQuote": true, - "trailingComma": "all", - "semi": true, - "tabWidth": 4, - "printWidth": 150, - "bracketSpacing": true + "singleQuote": true, + "trailingComma": "all", + "semi": true, + "tabWidth": 4, + "printWidth": 150, + "bracketSpacing": true } diff --git a/.vscode/settings.json b/.vscode/settings.json index caff6cb..2b07ebc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,5 @@ "**/node_modules": true }, "editor.formatOnSave": true, - "editor.defaultFormatter": "esbenp.prettier-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode", } \ No newline at end of file diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..8f4ccd2 --- /dev/null +++ b/backend/.env.example @@ -0,0 +1,7 @@ +DATABASE_PASSWORD=postgres +DATABASE_NAME=bot_db +DATABASE_USER=postgres +DATABASE_HOST=localhost +DATABASE_PORT=5432 + +SERVER_PORT=3000 \ No newline at end of file diff --git a/backend/tsconfig.json b/backend/tsconfig.json index 95f5641..000fbb1 100644 --- a/backend/tsconfig.json +++ b/backend/tsconfig.json @@ -18,4 +18,4 @@ "forceConsistentCasingInFileNames": false, "noFallthroughCasesInSwitch": false } -} +} \ No newline at end of file