first push

This commit is contained in:
2026-05-16 21:29:22 +02:00
commit 25edd4fac7
68 changed files with 3475 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Smtp": {
"Host": "smtp.gmail.com",
"Port": 587,
"User": "harlay.k1@gmail.com",
"Password": "zned sjls vypl bqgo",
"From": "harlay.k1@gmail.com"
},
"ConnectionStrings": {
"DefaultConnection": "Host=192.168.1.50;Port=5433;Database=PhotoShareDB;Username=Helri;Password=HarKev1191."
}
}