[ARVADOS] updated: 89ba1124c9fd6d3167c50059dc8adea64e6147b5

git at public.curoverse.com git at public.curoverse.com
Tue Oct 28 22:27:29 EDT 2014


Summary of changes:
 apps/workbench/config/application.yml.example | 9 +++++++++
 services/api/config/application.yml.example   | 1 +
 2 files changed, 10 insertions(+)

       via  89ba1124c9fd6d3167c50059dc8adea64e6147b5 (commit)
      from  2d244defaaa4f5f663a5ac11cf507d7203f704e3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 89ba1124c9fd6d3167c50059dc8adea64e6147b5
Author: Ward Vandewege <ward at curoverse.com>
Date:   Tue Oct 28 22:18:37 2014 -0400

    Improve config/application.yml.example for the API server and workbench:
    
    * API server: define prefix_uuid in development mode
    * workbench: add a production section
    
    No issue #

diff --git a/apps/workbench/config/application.yml.example b/apps/workbench/config/application.yml.example
index 0825012..bd19dd5 100644
--- a/apps/workbench/config/application.yml.example
+++ b/apps/workbench/config/application.yml.example
@@ -18,3 +18,12 @@ development:
   arvados_login_base: https://arvados.local:3030/login
   arvados_v1_base: https://arvados.local:3030/arvados/v1
   arvados_insecure_https: true
+
+production:
+  # At minimum, you need a nice long randomly generated secret_token here.
+  secret_token: ~
+
+  # You probably also want to point to your API server.
+  arvados_login_base: https://arvados.local:3030/login
+  arvados_v1_base: https://arvados.local:3030/arvados/v1
+  arvados_insecure_https: false
diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example
index f31820a..c3e599f 100644
--- a/services/api/config/application.yml.example
+++ b/services/api/config/application.yml.example
@@ -14,6 +14,7 @@ development:
   # Mandatory site secrets. See application.default.yml for more info.
   secret_token: ~
   blob_signing_key: ~
+  uuid_prefix: bogus
   workbench_address: https://localhost:3031
 
 production:

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list