Merge branch '3692-event-bus-fix-and' closes #3692
[arvados.git] / services / api / config / application.yml.example
index ddbd23b413b682b8ea47cae88517ebe5d74751f2..f31820aef6a9061cb5815f5b37a234c89870bc84 100644 (file)
@@ -14,18 +14,14 @@ development:
   # Mandatory site secrets. See application.default.yml for more info.
   secret_token: ~
   blob_signing_key: ~
-
-  # Visitors to the API server will be redirected to the workbench.
-  workbench_address: https://workbench.local:3031/
+  workbench_address: https://localhost:3031
 
 production:
   # Mandatory site secrets. See application.default.yml for more info.
   secret_token: ~
   blob_signing_key: ~
   uuid_prefix: bogus
-
-  # Visitors to the API server will be redirected to the workbench.
-  workbench_address: ~
+  workbench_address: https://workbench.bogus.arvadosapi.com
 
 test:
   # Tests should be able to run without further configuration, but if you do