5416: Add read-only clone_urls attribute to Repository resources, deprecate push_url...
[arvados.git] / docker / api / application.yml.in
index 056d4b9263d19c6b2683ee45c80268020179af6b..627e775ed077f4ae5262ffb77cb4d58113870923 100644 (file)
@@ -19,6 +19,13 @@ development:
   blob_signing_key: ~
 
 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@@
@@ -42,14 +49,21 @@ 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
+  action_mailer.raise_delivery_errors: false
+  action_mailer.perform_deliveries: false
+
+  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
@@ -58,4 +72,3 @@ test:
 common:
   #git_repositories_dir: /var/cache/git
   #git_internal_dir: /var/cache/arvados/internal.git
-