Skip to content

Commit

Permalink
fix portal
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoang Nguyen Nhat committed Apr 15, 2022
1 parent b31c484 commit 5895f4a
Show file tree
Hide file tree
Showing 2 changed files with 6,374 additions and 6,380 deletions.
60 changes: 25 additions & 35 deletions src/Mix.Cms.Web/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"ConnectionStrings": {
"MixAccountConnection": "Data Source=MixContent\\mix-cms.db",
"MixCmsConnection": "Data Source=MixContent\\mix-cms.db",
"MixMessengerConnection": "Data Source=MixContent\\mix-cms.db"
"MixAccountConnection": null,
"MixCmsConnection": null,
"MixMessengerConnection": null
},
"GlobalSettings": {
"IsInit": false,
"InitStatus": 3,
"IsInit": true,
"InitStatus": 0,
"IsMaintenance": false,
"IsRewrite": true,
"IsHttps": false,
Expand Down Expand Up @@ -35,8 +35,8 @@
"TagPageSize": "20",
"SearchPageSize": "20",
"IsEncryptApi": true,
"ApiEncryptKey": "VlZRMHZ6dkdiSitVOWtuNE9DZjVNdz09LGRScUg4cDE2OE1aTDA2RytwZFlzdnEvYk53WThFcVNMWnZnZXNESWxpVGM9",
"LastUpdateConfiguration": "2022-04-07T08:13:19.4181642Z",
"ApiEncryptKey": "RHZhMEFvckY0VUF3Ynd2YUZZTnRIdz09LGx3dk82QlR0WHlPUG5FWC8rUFV2bU1pdUpIMnVQTEF5TW9kMFpPdU5aMlU9",
"LastUpdateConfiguration": null,
"DatabaseProvider": "SQLITE",
"AllowedHosts": [],
"Smtp": {
Expand Down Expand Up @@ -65,14 +65,14 @@
"fontFamily": "",
"fontSizeH1": "16",
"fontSize": "12"
},
"MixcoreVersion": "1.0.1"
}
},

"MixConfigurations": {
"IsCache": true,
"MixCacheMode": "Json",
"MixCacheConnectionString": "Data Source=MixContent\\mix-cms.db",
"MixCacheDbProvider": "SQLITE",
"MixCacheConnectionString": "",
"MixCacheDbProvider": "",
"MixCacheFolder": "MixContent/cache",
"JsonDataFolder": "MixContent/data",
"MixLogsFolder": "MixContent/logs",
Expand Down Expand Up @@ -106,7 +106,7 @@
"ValidateIssuerSigningKey": true,
"TokenType": "Bearer",
"Audience": "mix-core",
"SecretKey": "5f631ca7406b46b6b0a8e143bad0f203",
"SecretKey": "mixcore-secret-key",
"Issuer": "mix-core",
"Issuers": "mix-core",
"Audiences": "mix-core",
Expand Down Expand Up @@ -140,29 +140,20 @@
"OriginKey": ""
}
},
"Translator": {
"en-us": {}
},
"Translator": {},
"LocalSettings": {
"en-us": {
"SiteName": "test import",
"ContactAddress": "",
"ContactEmail": "",
"ContactPhone": "",
"Facebook": "",
"FacebookAppId": "",
"Favicon": "",
"LanguageVersion": "1",
"Logo": "",
"SettingVersion": "1",
"ThemeName": "test-import",
"ThemeFolder": "test-import",
"ThemeId": "1",
"DateTimeFormat": "dd-MM-yyyy HH:mm:ss",
"StartWeekOn": "Monday",
"DefaultThumbnailImgWidth": "1000",
"DefaultThumbnailImgHeight": "608",
"DefaultFeatureImgWidth": "2000",
"DefaultFeatureImgHeight": "1216",
"SiteTitle": "Mixcore Casper Theme",
"SiteCoverImage": "",
"SiteLogo": "/mix-content/assets/test-import/uploads/2021-02/mixcorewhite-637498510478815515.png",
"SiteDescription": "The professional publishing platform",
"post_image_width": "",
"post_image_height": ""
"Theme": "Default",
"ThemeId": "1"
}
},
"Logging": {
Expand All @@ -180,11 +171,10 @@
"Language": "en-us",
"EPPlus": {
"ExcelPackage": {
"LicenseContext": "NonCommercial"
"LicenseContext": "NonCommercial" //The license context used
}
},
"Quartz": {
"quartz.scheduler.instanceName": "Mixcore Cms Scheduler"
},
"Smtp": {}
}
}
}
Loading

0 comments on commit 5895f4a

Please sign in to comment.