You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,17 @@
30
30
31
31
> Where will your api data be stored?
32
32
>
33
-
> Your data will be stored as a `sqlite file` absolutely on your local, the path will be different on different operation system.
33
+
> > Your data will be stored as a `sqlite file` absolutely on your local, the path will be different on different operation system.
34
+
>
35
+
> > *`%APPDATA%` for Windows
36
+
> > *`$XDG_CONFIG_HOME or ~/.config` for Linux
37
+
> > *`~/Library/Application Support` for macOS
38
+
>
39
+
> Be attention before you start https server
40
+
>
41
+
> > * Mockman is using `self-signed-certification` to create https server
42
+
> > * Install [rootCA](https://github.com/LanceGin/Mockman/releases/download/1.0.5/rootCA.pem) on your client and trust it before you send https requests
34
43
>
35
-
> *`%APPDATA%` for Windows
36
-
> *`$XDG_CONFIG_HOME or ~/.config` for Linux
37
-
> *`~/Library/Application Support` for macOS
38
44
39
45
## Todos
40
46
@@ -71,10 +77,11 @@
71
77
-[x] response k-v input group
72
78
-[x] response code editor
73
79
-[x] add blur event to jsonEditor
80
+
-[x] add a log panel to show the logs of an active mock server process
81
+
-[x] add https support
74
82
-[ ] group the apis with tag
75
83
-[ ] check the conflict of all mocks
76
-
-[x] add a log panel to show the logs of an active mock server process
0 commit comments