GRN2-xx: Removed readonly maintenance mode (#699)

* Removed readonly maintenance mode

* Removed full reference
This commit is contained in:
farhatahmad
2019-07-29 10:23:18 -04:00
committed by Jesus Federico
parent 0b64acaecf
commit 403a7c4e40
7 changed files with 12 additions and 46 deletions

View File

@ -147,8 +147,7 @@ ENABLE_GOOGLE_CALENDAR_BUTTON=
# Set the application into Maintenance Mode
#
# Current options supported:
# full: Renders an error page that does not allow users to access any of the features in the application
# readonly: Sets the database to readonly mode, which allows users to use actions that dont write to the database
# true: Renders an error page that does not allow users to access any of the features in the application
# false: Application runs normally
MAINTENANCE_MODE=false