X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b789ede3e8646a7b8a186905e7c0ff37f6fd1072..50be38a022fe282c55703c9e3903b0400eaa20fb:/services/api/config/application.yml.example diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example index d6de1ff9b5..c3e599feeb 100644 --- a/services/api/config/application.yml.example +++ b/services/api/config/application.yml.example @@ -14,12 +14,15 @@ development: # Mandatory site secrets. See application.default.yml for more info. secret_token: ~ blob_signing_key: ~ + 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 + workbench_address: https://workbench.bogus.arvadosapi.com test: # Tests should be able to run without further configuration, but if you do