Browse Source

使用加密的数据库字符串

develop
胡超1 2 years ago
parent
commit
95d1abac4a
  1. 4
      24Hour/appsettings.json

4
24Hour/appsettings.json

@ -8,7 +8,7 @@
"AllowedHosts": "*", "AllowedHosts": "*",
"ConnectionStrings": { "ConnectionStrings": {
"DBType": "MySQL", "DBType": "MySQL",
"MySQLConnString": "server=192.168.0.251;Database=equipmentrearend;Uid=root;Pwd=sa@admin;Allow User Variables=True;SslMode=none;AllowPublicKeyRetrieval=True;" "MySQLConnString": "6ThNXFEBPVFN1FYh3Yz5mgwoFXMcVagR9nq4caRpxJq0KH9BmPIki5AAvs/3fb0zVFsROC6SZHTsYuebhero4mNA61EF4tfvH1FDuiiq4JVkwRlgFmNyQLnW5EzkM8Ib39kcHL9n6H6j1lMkx8myr7TY7tY7sjoiLYNaJSDeVsHG81WOu7HGhGZzUXDjq83rQZirQIFIfCE6HIK8QErXyA=="
}, },
//JwtConfig //JwtConfig
"JwtConfiguration": { "JwtConfiguration": {
@ -82,7 +82,7 @@
}, },
"CaseTwenty": { "CaseTwenty": {
"SysAddress": "http://127.0.0.1:5194", "SysAddress": "http://127.0.0.1:5194",
"UseOfflineData": "false", "UseOfflineData": "true",
"UnitCode": 130129, "UnitCode": 130129,
"UnitName": "赞皇区检" "UnitName": "赞皇区检"
}, },

Loading…
Cancel
Save