X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ec57503920f7cd47a48cb0d0cf089517b8d2dd3..0474aa89b8f497fd5abaa072f9bc501742cc5b42:/services/api/config/application.yml.example diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example index d6de1ff9b5..f31820aef6 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -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