Fix building packages: work around pip having a mind of its own with
[arvados.git] / docker / api / application.yml.in
1 # Copy this file to application.yml and edit to suit.
2 #
3 # Consult application.default.yml for the full list of configuration
4 # settings.
5 #
6 # The order of precedence is:
7 # 1. config/environments/{RAILS_ENV}.rb (deprecated)
8 # 2. Section in application.yml corresponding to RAILS_ENV (e.g., development)
9 # 3. Section in application.yml called "common"
10 # 4. Section in application.default.yml corresponding to RAILS_ENV
11 # 5. Section in application.default.yml called "common"
12
13 development:
14   # The blob_signing_key is a string of alphanumeric characters used
15   # to sign permission hints for Keep locators. It must be identical
16   # to the permission key given to Keep.  If you run both apiserver
17   # and Keep in development, change this to a hardcoded string and
18   # make sure both systems use the same value.
19   blob_signing_key: ~
20
21 production:
22   host: api.@@ARVADOS_DOMAIN@@
23
24   git_repo_ssh_base: "git@api.@@ARVADOS_DOMAIN@@:"
25
26   # Docker setup doesn't include arv-git-httpd yet.
27   git_repo_https_base: false
28
29   # At minimum, you need a nice long randomly generated secret_token here.
30   # Use a long string of alphanumeric characters (at least 36).
31   secret_token: @@API_SECRET@@
32
33   # blob_signing_key is required and must be identical to the
34   # permission secret provisioned to Keep.
35   # Use a long string of alphanumeric characters (at least 36).
36   blob_signing_key: @@KEEP_SIGNING_SECRET@@
37
38   uuid_prefix: @@API_HOSTNAME@@
39
40   # compute_node_domain: example.org
41   # compute_node_nameservers:
42   #   - 127.0.0.1
43   #   - 192.168.1.1
44   #
45   permit_create_collection_with_unsigned_manifest: true
46   git_repositories_dir: /home/git/repositories
47   crunch_job_wrapper: :slurm_immediate
48   action_mailer.raise_delivery_errors: false
49   action_mailer.perform_deliveries: false
50
51   workbench_address: @@API_WORKBENCH_ADDRESS@@
52
53   auto_setup_new_users: true
54
55   auto_admin_first_user: true
56
57   auto_setup_new_users_with_repository: true
58
59   auto_setup_new_users_with_vm_uuid: @@API_HOSTNAME@@-2x53u-csbtkecoa669vkz
60
61 test:
62   uuid_prefix: zzzzz
63   secret_token: <%= rand(2**512).to_s(36) %>
64
65 common:
66   #git_repositories_dir: /var/cache/git
67   #git_internal_dir: /var/cache/arvados/internal.git