X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/195b23ed7fd0c6261d0a945a9f0e541d78a0648e..72cb9197fe4d7a1cc8b822e724d3fc03d77541dd:/docker/api/application.yml.in diff --git a/docker/api/application.yml.in b/docker/api/application.yml.in index a60b4e6826..3cfb5a9943 100644 --- a/docker/api/application.yml.in +++ b/docker/api/application.yml.in @@ -19,6 +19,9 @@ development: blob_signing_key: ~ production: + host: api.dev.arvados + git_host: api.dev.arvados + # 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@@ @@ -42,14 +45,6 @@ production: # - 127.0.0.1 # - 192.168.1.1 # - # The version below is suitable for AWS. - # Uncomment and change <%# to <%= to use it. - # compute_node_nameservers: <%# - # require 'net/http' - # ['local', 'public'].collect do |iface| - # Net::HTTP.get(URI("http://169.254.169.254/latest/meta-data/#{iface}-ipv4")).match(/^[\d\.]+$/)[0] - # end << '172.16.0.23' - # %> permit_create_collection_with_unsigned_manifest: true git_repositories_dir: /home/git/repositories crunch_job_wrapper: :slurm_immediate @@ -58,6 +53,14 @@ production: workbench_address: @@API_WORKBENCH_ADDRESS@@ + auto_setup_new_users: true + + 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) %> @@ -65,4 +68,3 @@ test: common: #git_repositories_dir: /var/cache/git #git_internal_dir: /var/cache/arvados/internal.git -