X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eb8dc9dee0793139aac55f4aa65a7b2de433afea..ee91e487669c650551c2da450a345ca5c1630081:/services/api/config/application.yml.example?ds=sidebyside diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example index 40366d3786..c3e599feeb 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -14,26 +14,20 @@ 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/ + uuid_prefix: bogus + 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 # want to change your local test configuration, this is where to do it. - # Visitors to the API server will be redirected to the workbench. - workbench_address: https://workbench.local:3001/ - common: # Settings in this section will be used in all environments # (development, production, test) except when overridden in the