Rename `wsc-dev-config-54.json` to `wsc-dev-config-55.json`
authorMatthias Schmidt <gravatronics@live.com>
Fri, 11 Jun 2021 15:09:42 +0000 (17:09 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 11 Jun 2021 15:09:42 +0000 (17:09 +0200)
extra/examples/wsc-dev-config-54.json [deleted file]
extra/examples/wsc-dev-config-55.json [new file with mode: 0644]
wcfsetup/install/files/lib/system/devtools/DevtoolsSetup.class.php

diff --git a/extra/examples/wsc-dev-config-54.json b/extra/examples/wsc-dev-config-54.json
deleted file mode 100644 (file)
index 605aa81..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-    "setup": {
-        "database": {
-            "auto": true,
-            "host": "localhost",
-            "password": "root",
-            "username": "root",
-            "dbNumber": "2"
-        },
-        "useDefaultInstallPath": true,
-        "forceStaticCookiePrefix": true
-    },
-    "configuration": {
-        "option": {
-            "captcha_type": "",
-            "module_cookie_policy_page": "0"
-        },
-        "devtools": {
-            "importFromPath": "C:/inetpub/wwwroot/wcf/"
-        }
-    },
-    "user": [
-        {
-            "username": "test",
-            "password": "test",
-            "email": "test@example.com"
-        },
-        {
-            "username": "test2",
-            "password": "test",
-            "email": "test2@example.com"
-        }
-    ]
-}
diff --git a/extra/examples/wsc-dev-config-55.json b/extra/examples/wsc-dev-config-55.json
new file mode 100644 (file)
index 0000000..605aa81
--- /dev/null
@@ -0,0 +1,34 @@
+{
+    "setup": {
+        "database": {
+            "auto": true,
+            "host": "localhost",
+            "password": "root",
+            "username": "root",
+            "dbNumber": "2"
+        },
+        "useDefaultInstallPath": true,
+        "forceStaticCookiePrefix": true
+    },
+    "configuration": {
+        "option": {
+            "captcha_type": "",
+            "module_cookie_policy_page": "0"
+        },
+        "devtools": {
+            "importFromPath": "C:/inetpub/wwwroot/wcf/"
+        }
+    },
+    "user": [
+        {
+            "username": "test",
+            "password": "test",
+            "email": "test@example.com"
+        },
+        {
+            "username": "test2",
+            "password": "test",
+            "email": "test2@example.com"
+        }
+    ]
+}
index 893dfc3054bf0ac61b4072958f6d6a646bdbdca2..274a068542b01c12fa509da3bece1006baf4e79b 100644 (file)
@@ -22,7 +22,7 @@ class DevtoolsSetup extends SingletonFactory
      * configuration file in the server's document root
      * @var string
      */
-    const CONFIGURATION_FILE = 'wsc-dev-config-54.json';
+    const CONFIGURATION_FILE = 'wsc-dev-config-55.json';
 
     /**
      * configuration data