summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-11 17:48:08 +0300
committerLauri Ojansivu <x@xet7.org>2019-06-11 17:48:08 +0300
commitf154c0338572fa09b3134d177c76e534c5947ed4 (patch)
tree524ea7c9396d54a93c9aeab989ac3bc86b018cc0 /start-wekan.bat
parent526e10865ff0c2c4465ead8ae14328ebf0d40257 (diff)
parente1e20275a673d3065c6cf239db8d2f1a505baa69 (diff)
downloadwekan-f154c0338572fa09b3134d177c76e534c5947ed4.tar.gz
wekan-f154c0338572fa09b3134d177c76e534c5947ed4.tar.bz2
wekan-f154c0338572fa09b3134d177c76e534c5947ed4.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-xstart-wekan.bat9
1 files changed, 8 insertions, 1 deletions
diff --git a/start-wekan.bat b/start-wekan.bat
index 72ab1fea..1c52b8f7 100755
--- a/start-wekan.bat
+++ b/start-wekan.bat
@@ -31,6 +31,13 @@ REM SET ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE=3
REM SET ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD=60
REM SET ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW=15
+REM # CORS: Set Access-Control-Allow-Origin header. Example: *
+REM SET CORS=*
+REM # To enable the Set Access-Control-Allow-Headers header. "Authorization,Content-Type" is required for cross-origin use of the API.
+REM SET CORS_ALLOW_HEADERS=Authorization,Content-Type
+REM # To enable the Set Access-Control-Expose-Headers header. This is not needed for typical CORS situations. Example: *
+REM SET CORS_EXPOSE_HEADERS=*
+
REM # Optional: Integration with Matomo https://matomo.org that is installed to your server
REM # The address of the server where Matomo is hosted.
REM # example: - MATOMO_ADDRESS=https://example.com/matomo
@@ -96,7 +103,7 @@ REM # OAUTH2 ID Token Whitelist Fields.
REM SET OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[]
REM # OAUTH2 Request Permissions.
-REM SET OAUTH2_REQUEST_PERMISSIONS=['openid','profile','email']
+REM SET OAUTH2_REQUEST_PERMISSIONS='openid profile email'
REM # OAuth2 ID Mapping
REM SET OAUTH2_ID_MAP=