1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

chore: readme update

This commit is contained in:
Mihajlo Medjedovic
2022-05-06 11:49:32 +00:00
parent 98b2c5fa25
commit 4ed20a3b75

View File

@@ -71,12 +71,13 @@ SAS_PATH=/path/to/sas/executable.exe
# optional HELMET config
# crossOriginEmbedderPolicy flag that will be passed in HELMET config
# https://helmetjs.github.io/
# [true|false]
# https://helmetjs.github.io/#reference
HELMET_COEP=
# optional HELMET config
# path to json file that will include HELMET `contentSecurityPolicy` directives
# https://helmetjs.github.io/
# https://helmetjs.github.io/#reference
HELMET_CSP_CONFIG_PATH=./csp.config.json
# optional