X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b2800c21fc219f26066d531b2082dac0d377e7f4..7153f88758f73a339673b399cd43dceae8c86e4f:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index c32900cfaf..fb19dbc014 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -43,6 +43,9 @@ test: secret_token: <%= rand(2**512).to_s(36) %> blob_signing_key: zfhgfenhffzltr9dixws36j1yhksjoll2grmku38mi7yxd66h5j4q9w4jzanezacp8s6q0ro3hxakfye02152hncy6zml2ed0uc + # email address to which mail should be sent when the user creates profile for the first time + user_profile_notification_address: arvados@example.com + common: uuid_prefix: <%= Digest::MD5.hexdigest(`hostname`).to_i(16).to_s(36)[0..4] %> @@ -105,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 @@ -173,3 +178,16 @@ common: # to sign session tokens. IMPORTANT: This is a site secret. It # should be at least 50 characters. secret_token: ~ + + # 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 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]