AuthController work

This commit is contained in:
Artemy
2025-06-18 16:55:19 +07:00
parent 2c2c2b805c
commit 7d518c0882
26 changed files with 397 additions and 63 deletions
+5 -1
View File
@@ -8,5 +8,9 @@
"ConnectionStrings": {
"GovorDbContext": "Host=localhost;Port=5432;Database=DbGovor;Username=postgres;Password=stalcker;"
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"JwtOption": {
"SecretKeу": "MY VERY SECRET KEY asdasdpafjhasofafpajsfj",
"Hours": "24"
}
}