siteserver / cms

SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。
https://sscms.com
GNU Affero General Public License v3.0
3.68k stars 1.21k forks source link

7.2.2 编译运行,安装到最后一步,跳转回到安装第一步, ss-admin/login 登录成功后,还是跳转到 安装第一步。 #3699

Open karl99 opened 11 months ago

karl99 commented 11 months ago

sscms.josn 如下: { "IsProtectData": false, "IsSafeMode": false, "SecurityKey": "981544e010134f0e72dbd4fa2466480f17359221598d0f", "Database": { "Type": "Dm", "ConnectionString": "Server=localhost;Port=5236;UserId=zgd;Pwd=zgd@123;Database=dmserver;encoding=utf-8;" }, "Redis": { "ConnectionString": "" }, "IsDisablePlugins": false, "AdminRestriction": { "Host": "", "AllowList": [], "BlockList": [] }, "Cors": { "IsOrigins": false, "Origins": [] } }

starlying commented 11 months ago

看着配置文件没问题