X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19e913d3b754429be49c38505c249b7b2151a70f..171cb08d6143cd567a53664d17bba55482adbd5d:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index ddcaa57302..f2b44b6d84 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -108,7 +108,9 @@ common: accept_api_token: {} + # When new_users_are_active is set to true, the user agreement check is skipped. new_users_are_active: false + admin_notifier_email_from: arvados@example.com email_subject_prefix: "[ARVADOS] " user_notifier_email_from: arvados@example.com @@ -179,3 +181,13 @@ common: # email address to which mail should be sent when the user creates profile for the first time user_profile_notification_address: false + + default_openid_prefix: https://www.google.com/accounts/o8/id + + # Config parameters to automatically setup new users. + # The params auto_setup_new_users_with_* are meaningful only when auto_setup_new_users is turned on. + # auto_setup_name_blacklist is a comma separated list of usernames to be blacklisted for auto setup. + auto_setup_new_users: false + auto_setup_new_users_with_vm_uuid: false + auto_setup_new_users_with_repository: false + auto_setup_name_blacklist: arvados, git, gitolite, gitolite-admin, root, syslog