Skip to content

Commit

Permalink
Merge pull request #72 from theImmortalCoders/dev
Browse files Browse the repository at this point in the history
feat: #dev smtp credentials
  • Loading branch information
marcinbator authored Dec 18, 2024
2 parents 8864a39 + 67d217e commit 31d4f2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions rag-2-backend/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
"TeacherDataLimitMb": 40,
"AdminDataLimitMb": 50,
"MailSettings": {
"Host": "smtp.gmail.com",
"DefaultCredentials": false,
"Port": 587,
"Name": "RAG-2",
"EmailId": "the.immortalcoders@gmail.com",
"UserName": "the.immortalcoders@gmail.com",
"UseSSL": false,
"Password": "tlmzlwgrgyubbhzl"
},
"Redis": {
Expand Down
10 changes: 5 additions & 5 deletions rag-2-backend/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
},
"AllowedHosts": "*",
"Jwt": {
"Issuer": "immortalcoders.com",
"Issuer": "rut-ai@kia.prz.edu.pl",
"ExpireMinutes": 10
},
"RefreshToken": {
"ExpireDays": 1,
"ExpireDaysRememberMe": 10
},
"MailSettings": {
"Host": "smtp.gmail.com",
"Host": "smtp.kia.prz.edu.pl",
"DefaultCredentials": false,
"Port": 587,
"Name": "RAG-2",
"EmailId": "the.immortalcoders@gmail.com",
"UserName": "the.immortalcoders@gmail.com",
"Name": "RUT-AI Games",
"EmailId": "rut-ai@kia.prz.edu.pl",
"UserName": "rut-ai",
"UseSSL": false
},
"Redis": {
Expand Down

0 comments on commit 31d4f2c

Please sign in to comment.