3775: Merge branch 'master' into 3775-fetch-git-repo
[arvados.git] / services / api / config / application.yml.example
index d6de1ff9b55ac003bb4063332eaffef8f0ceb8f7..f31820aef6a9061cb5815f5b37a234c89870bc84 100644 (file)
@@ -14,12 +14,14 @@ development:
   # Mandatory site secrets. See application.default.yml for more info.
   secret_token: ~
   blob_signing_key: ~
+  workbench_address: https://localhost:3031
 
 production:
   # Mandatory site secrets. See application.default.yml for more info.
   secret_token: ~
   blob_signing_key: ~
   uuid_prefix: bogus
+  workbench_address: https://workbench.bogus.arvadosapi.com
 
 test:
   # Tests should be able to run without further configuration, but if you do