create-sip 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,6 +10,10 @@ Express based REST API sablon
10
10
  npm install
11
11
  ```
12
12
 
13
+ ## Copy config file
14
+
15
+ Copy **config/default.json.example** to **config/default.json** file.
16
+
13
17
  ## APP KEY generation
14
18
 
15
19
  Run the genkey tools:
@@ -6,6 +6,10 @@
6
6
  pnpm install
7
7
  ```
8
8
 
9
+ ## Copy config file
10
+
11
+ Copy **config/default.json.example** to **config/default.json** file.
12
+
9
13
  ## App key generation
10
14
 
11
15
  ```cmd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-sip",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "main": "index.js",
5
5
  "bin": {
6
6
  "create-sip": "create-sip.js"