Skip to content

Commit

Permalink
disabled open signups
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthrive committed Feb 19, 2019
1 parent 5370062 commit f9a28a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def allow_invitation_requests?
end

def open_signups?
ENV["OPEN_SIGNUPS"] == "true"
ENV["OPEN_SIGNUPS"] == "false"
end

def domain
Expand Down

0 comments on commit f9a28a3

Please sign in to comment.