X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8b95d2e5cb658d61d68262df278653261bd9791c..e24125041ad492b45c97feffb33a037c5adda734:/docker/api/application.yml.in?ds=inline diff --git a/docker/api/application.yml.in b/docker/api/application.yml.in index c6ee58afc5..627e775ed0 100644 --- a/docker/api/application.yml.in +++ b/docker/api/application.yml.in @@ -21,6 +21,11 @@ development: production: host: api.dev.arvados + git_repo_ssh_base: "git@api.dev.arvados:" + + # Docker setup doesn't include arv-git-httpd yet. + git_repo_https_base: false + # At minimum, you need a nice long randomly generated secret_token here. # Use a long string of alphanumeric characters (at least 36). secret_token: @@API_SECRET@@ @@ -56,6 +61,10 @@ production: auto_admin_first_user: true + auto_setup_new_users_with_repository: true + + auto_setup_new_users_with_vm_uuid: @@API_HOSTNAME@@-2x53u-csbtkecoa669vkz + test: uuid_prefix: zzzzz secret_token: <%= rand(2**512).to_s(36) %>