Skip to content

Commit

Permalink
Merge pull request #7 from th3f0r3ign3r/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
th3f0r3ign3r authored Nov 18, 2023
2 parents 0164ec4 + e559abb commit c5e2ffe
Show file tree
Hide file tree
Showing 43 changed files with 3,592 additions and 10,472 deletions.
18 changes: 12 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
PORT=3000

JWT_SECRET=""
SALT_ROUNDS=10
PORT=5000

# MONGODB
MONGODB_URI=""
MONGODB_USER=""
MONGODB_PASS=""

# MAIL
MAIL_SENDER="[email protected]"
MAIL_FROM="TEST API"

# SMTP
SMTP_PASSWORD=""
SMTP_USER=""
SMTP_HOST=""
SMTP_PORT=465
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
tsconfigRootDir : __dirname,
tsconfigRootDir: __dirname,
sourceType: 'module',
},
plugins: ['@typescript-eslint/eslint-plugin'],
Expand Down
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

73 changes: 0 additions & 73 deletions README.md

This file was deleted.

7 changes: 6 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src"
"sourceRoot": "src",
"compilerOptions": {
"assets": ["/mail/templates/**/*"],
"watchAssets": true,
"deleteOutDir": true
}
}
Loading

0 comments on commit c5e2ffe

Please sign in to comment.