Skip to content

Commit e328296

Browse files
committed
formatting
1 parent 9474931 commit e328296

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"session_timeout": 0,
106106
//string value of SameSite attribute of the Set-Cookie HTTP respone header
107107
//valid value is either 'Null' (default), 'Lax', 'Strict' or 'None'
108-
"session_same_site" : "Null",
108+
"session_same_site": "Null",
109109
//document_root: Root path of HTTP document, defaut path is ./
110110
"document_root": "./",
111111
//home_page: Set the HTML file of the home page, the default value is "index.html"
@@ -317,4 +317,4 @@
317317
],
318318
//custom_config: custom configuration for users. This object can be get by the app().getCustomConfig() method.
319319
"custom_config": {}
320-
}
320+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)