X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/93c7127afd21f82662e9b471e7c617ae8c59ad19..3ff1b002f559933d5856fb260a7381ba4fb44e6b:/services/api/config/application.yml.example diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example index ddbd23b413..f31820aef6 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -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