Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
RequireSSL readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMatt57 committed Nov 16, 2016
1 parent 2b91351 commit a89db30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ All configurations for the Web project are set in the env.js. This file is exclu
| --- | --- | ---
api_url* | Full URL of the REST API Service | http://localhost:3334 (Local develoment URL)
reCaptchaSiteKey* | reCaptcha Site Key | (Development Key with localhost enabled)
requireHttps | Use secure cookie | true
tokenCookieDurationMinutes | Token Cookie Expiration in Minutes | 20160 (14 days to match server AccessTokenExpireTimeSpanMinutes)

\* Must be configured during deployment

Expand All @@ -111,6 +113,7 @@ MaxFailedAccessAttemptsBeforeLockout | Login attempts befer user is locked out |
PasswordExpirationDays | Number of days before password must be changes | 90
AccessTokenExpireTimeSpanMinutes | Token Expiration Minutes for Reset Password and Email Verification Links | 20160 (14 days, ASP.net Default)
AllowedFileNamesRegex | Regex for allowed filenames | ^(.*\.(doc|docx|xls|xlsx|ppt|pptx|pdf)$)?[^.]*$
RequireHttps | Require HTTPS for secure communication | true

\* Must be configured during deployment

Expand Down

0 comments on commit a89db30

Please sign in to comment.