Skip to content

Commit 179fdc2

Browse files
redisdevpeephole8062
andcommitted
Update api.cfg.json
Co-Authored-By: peephole8062 <peephole8062@users.noreply.github.com>
1 parent d7cb3e5 commit 179fdc2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Example/App/api.cfg.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@
2424
"cookies": [
2525
{
2626
"name": "cookie1",
27-
"value": "valCookie1"
27+
"value": "valCookie1",
28+
"comment": "Comment1",
29+
"discard": 0,
30+
"domain": "domain1",
31+
"expired": 1,
32+
"expires": "2012-10-12",
33+
"httpOnly": 1,
34+
"path": "path1",
35+
"secure": 1,
36+
"version": 54
2837
},
2938
{
3039
"name": "cookie2",

0 commit comments

Comments
 (0)