Backend login and register
This commit is contained in:
@@ -5,5 +5,18 @@
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"PostgreSqlSettings": {
|
||||
"Database": "template_db",
|
||||
"Username": "natlinux"
|
||||
},
|
||||
"jwt": {
|
||||
"Key": "veryveryveryveryveryveryverysecretkey",
|
||||
"Issuer": "https://localhost:7091",
|
||||
"Audience": "http://localhost:5184"
|
||||
},
|
||||
"EmailSettings": {
|
||||
"SmtpServer": "smtp.gmail.com",
|
||||
"Port": 465
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user