-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.json
More file actions
72 lines (72 loc) · 1.39 KB
/
Copy pathappsettings.json
File metadata and controls
72 lines (72 loc) · 1.39 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"ConnectionStrings": {
"Redis": "",
"BackupDb": ""
},
"App": {
"BaseUrl": "https://yourdomain.com"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Localization": {
"LocaizationRoot": "Localization",
"FallbackLanguage": "en",
"DefaultLanguage": "fa",
"MissingKeyTemplate": "##{KEY}##",
"LogMissingKeys": true,
"EnableFallback": true,
"KeySeparator": ".",
"EnableHotReload": false,
"SupportedLanguages": [ "fa", "en" ]
},
"HubSpot": {
"Token": "",
"AppId": 0,
"WebhookClientSecret": ""
},
"Zohal": {
"Token": ""
},
"Shecan": {
"PrimaryDns": "178.22.122.100",
"SecondaryDns": "185.51.200.2"
},
"FarazSMS": {
"ApiKey": "",
"BaseUrl": "https://api.sms.ir"
},
"SMS": {
"Provider": "IPPanel"
},
"IPPanel": {
"ApiKey": "",
"Sender": "+983000505",
"Patterns": {
"OTP": "75cpgflgz2q9rxt",
"Welcome": "",
"DealClosed": "r38a6py3xgpqdd0"
}
},
"Liara": {
"ApiToken": "",
"ProjectId": ""
},
"InvoiceReview": {
"TriggerStages": "ClosedWon",
"TokenTtlHours": 72,
"BaseUrl": ""
},
"Backup": {
"Enabled": false,
"WindowStartHour": 0,
"WindowStartMinute": 0,
"MaintenanceDurationMinutes": 30,
"HardDeadlineMinutes": 28,
"PageSize": 100
}
}