Small fixes to shared access (#966)

This commit is contained in:
Ahmad Farhat
2020-02-28 10:13:51 -05:00
committed by GitHub
parent 2c1472daff
commit 50f4d5e4f8
2 changed files with 3 additions and 4 deletions

View File

@ -154,7 +154,7 @@ module Greenlight
config.number_of_rooms_default = 15
# Allow users to share rooms by default
config.shared_access_default = (ENV["SHARED_ACCESS"] == "true").to_s
config.shared_access_default = "true"
# Default admin password
config.admin_password_default = ENV['ADMIN_PASSWORD'] || 'administrator'