소스 검색

added customized build config files

tigger 1 년 전
부모
커밋
8cba243190
4개의 변경된 파일35개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 0
      angular.json
  2. 1 1
      src/config/config.json
  3. 12 0
      src/src.leave/config/config.json
  4. 12 0
      src/src.quotation/config/config.json

+ 10 - 0
angular.json

@@ -77,6 +77,11 @@
                   "input": "src/src.leave",
                   "output": "",
                   "glob": "*"
+                },
+                {
+                  "input": "src/src.leave",
+                  "output": "",
+                  "glob": "*/*"
                 }
               ],
               "fileReplacements": [
@@ -109,6 +114,11 @@
                   "input": "src/src.quotation",
                   "output": "",
                   "glob": "*"
+                },
+                {
+                  "input": "src/src.leave",
+                  "output": "",
+                  "glob": "*/*"
                 }
               ],
               "fileReplacements": [

+ 1 - 1
src/config/config.json

@@ -1,7 +1,7 @@
 {
     "connection": {
         "uacp": "https://swopt.com:8081",
-        "uacp_ws": "https://swopt.com/ws",
+        "uacp_ws": "https://fist.swopt.com/ws",
         "uacpEmulation": "off",
         "auth": {
             "google": "https://api.swopt.com/auth/google",

+ 12 - 0
src/src.leave/config/config.json

@@ -0,0 +1,12 @@
+{
+    "connection": {
+        "uacp": "https://swopt.com:8082",
+        "uacp_ws": "https://swopt.com/ws",
+        "uacpEmulation": "off",
+        "auth": {
+            "google": "https://api.swopt.com/auth/google",
+            "origin": "https://swopt.com:4205"
+        }
+    },
+    "sessionTimeoutDuration":1800000
+}

+ 12 - 0
src/src.quotation/config/config.json

@@ -0,0 +1,12 @@
+{
+    "connection": {
+        "uacp": "https://swopt.com:8082",
+        "uacp_ws": "https://swopt.com/ws",
+        "uacpEmulation": "off",
+        "auth": {
+            "google": "https://api.swopt.com/auth/google",
+            "origin": "https://swopt.com:4205"
+        }
+    },
+    "sessionTimeoutDuration":1800000
+}