X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/11c77a4ab3d01dcae03d55f389ede2c6320ae6fd..c0e2292b4ed0065448e11fe3ecd7b0ee8c87ff4b:/services/api/config/environments/production.rb.example diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example index 2ac0822a23..f4d23ed7c7 100644 --- a/services/api/config/environments/production.rb.example +++ b/services/api/config/environments/production.rb.example @@ -82,4 +82,6 @@ Server::Application.configure do # Authentication stub: hard code pre-approved API tokens. # config.accept_api_token = { rand(2**256).to_s(36) => true } config.accept_api_token = {} + + config.new_users_are_active = false end