Backend login and register

This commit is contained in:
2026-02-19 13:49:01 +01:00
parent 0b6bb019b6
commit 93a78e4614
62 changed files with 11588 additions and 13 deletions

View File

@@ -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
}
}