Seamus 3 달 전
부모
커밋
4eb76b5ee3
1개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 20 0
      ERP.Application/appsettings.Production.json

+ 20 - 0
ERP.Application/appsettings.Production.json

@@ -0,0 +1,20 @@
+{
+  "ConnectionStrings": {
+    "CoreDbContext": "server=8.222.216.184;user id=root;database=erp;password=zyh@0728" //my sql
+  },
+  "Redis": {
+    "Host": "localhost",
+    "Port": "6379",
+    "Password": "zyh@0728"
+  },
+  "Security": {
+    "WhiteList": [
+      "/swagger/*",
+      "/auth/login",
+      "/auth/logout"
+    ]
+  },
+  "Log": {
+    "LogType": 0
+  }
+}