X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/37404e821668b6b9b1952a0a5a3b28901835884b..dd5deb94678d0a0054cf1c4d7dafe864c86094fd:/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 ddbd23b413..c3e599feeb 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -14,18 +14,15 @@ 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