Browse Source

生成分享短码兼容分布式环境

Jeremy 2 years ago
parent
commit
81b40146a3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/appsettings.json

+ 3 - 0
src/appsettings.json

@@ -26,6 +26,9 @@
   {
     "Port":8992
   },
+  "Report": {
+    "ShareCodePrefix": "1"
+  },
   "Storage":{
       "RpcServerPort":80,
       "WebServerPort":9002,