· 6 years ago · Sep 27, 2019, 08:34 AM
1{
2"ConnectionStrings": {
3 "Solution_30shineContext": "Data Source=10.0.2.76;Database=20190809;User id=ad_30s;Password=VDrs8XHyz3Rdc7PAiv5Q;Trusted_Connection=False;connect timeout=100;Max Pool Size=5000",
4 "Solution_30shineContext_BI": "Data Source=10.0.2.76;Database=20190809;User id=ad_30s;Password=VDrs8XHyz3Rdc7PAiv5Q;Trusted_Connection=False;connect timeout=100;Max Pool Size=5000"
5 },
6 "Logging": {
7 "IncludeScopes": false,
8 "Debug": {
9 "LogLevel": {
10 "Default": "Warning"
11 }
12 },
13 "Console": {
14 "LogLevel": {
15 "Default": "Warning"
16 }
17 }
18 },
19 "AppSettings": {
20 "IsPushSlack": true
21 },
22 "APIsUsing": {
23 "DomainPushNotice": "https://api-push-notic.30shine.com",
24 "ApiNoticeToSlack": "/api/PushNotice/slack"
25 },
26 "Jwt": {
27 "Key": "veryVerySecretKey@@",
28 "Issuer": "http://localhost:5055/"
29 },
30 "Cognito": {
31 "POOL_ID": "ap-southeast-1_4H2wwCXxU",
32 "APP_CLIENT_ID": "6sljlrqmphjk5h0hhhipckn509",
33 "KEY": "this_is_an_api_key",
34 "ACCESS_KEY": "AKIAJWTNVGLGXCN6QZKQ",
35 "SECRET_KEY": "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"
36 },
37 "GoogleSpreadSheetAPI": {
38 "Survey": "https://script.google.com/macros/s/AKfycbwBwvx9zrOapMp-Fx5sYMnlY_meDl7Tvvju4LpxheNWY5BAs5U/exec"
39 },
40 "AWS": {
41 "Profile": "connectDynamoDb",
42 "Region": "ap-southeast-1",
43 "AccessKey": "AKIAJ4GBJTVEBIQZNHRA",
44 "SecretKey": "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"
45 },
46 "DynamoDbTables": {
47 "CustomerRating": "CustomerRating",
48 "SalonCity": "SalonCity",
49 "BannerPlacement": "BannerPlacement",
50 "Banner": "Banner"
51 },
52
53 "ExternalApis": {
54 "TimelineSocket": "https://anhnt12-test.30shine.org"
55 },
56 "SensorSocket": {
57 "URL": "http://sensor-socket.30shine.org:10011"
58 }
59
60
61}