-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappsettings.json
38 lines (38 loc) · 1.14 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
32
33
34
35
36
37
38
{
"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"
}
},
"notifications": {
"GoogleCredentialsFile": "/fcm/vehicleplus-notifications.json"
},
"JWT": {
"ValidAudience": "https://www.vehicleplus.cloud",
"ValidIssuer": "https://www.vehicleplus.cloud",
"Secret": "JWTAuthenticationHIGHsecuredPasswordVVVp1OH7Xzyr"
},
"MQTT": {
"server": "vehicleplus.cloud",
"port": 1883
},
"AllowedHosts": "*",
"EmailConfiguration": {
"From": "[email protected]",
"SmtpServer": "smtp.gmail.com",
"Port": 465,
"Username": "[email protected]",
"Password": "cmiwwbklrshesjro"
},
"LicencesPaths": {
"serverLicense": "/certificates/certificate.crt",
"publicKey": "/certificates/public_key.pem",
"privateKey": "/certificates/private_key.pem"
}
}