-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
31 lines (31 loc) · 1.12 KB
/
appsettings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"ConnectionStrings": {
"IdentityServerConnection": "Server=vehicleplus.cloud;Port=5435;Database=TCU;User Id=postgres;Password=postgres;",
"TcuServerConnection": "Server=vehicleplus.cloud;Port=5435;Database=TCU;User Id=postgres;Password=postgres;"
},
"TcuSecretKey": "وحيد",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"JWT": {
"ValidAudience": "https://localhost:7278",
"ValidIssuer": "https://localhost:7111",
"Secret": "JWTAuthenticationHIGHsecuredPasswordVVVp1OH7Xzyr"
},
"AllowedHosts": "*",
"EmailConfiguration": {
"From": "[email protected]",
"SmtpServer": "smtp.gmail.com",
"Port": 465,
"Username": "[email protected]",
"Password": "cmiwwbklrshesjro"
},
"LicencesPaths": {
"serverLicense": "D:\\Valeo\\Graduation project\\AuthenticationServer\\Licences\\certificate.crt",
"publicKey": "D:\\Valeo\\Graduation project\\AuthenticationServer\\Licences\\public_key.pem",
"privateKey": "D:\\Valeo\\Graduation project\\AuthenticationServer\\Licences\\private_key.pem"
}
}