{{credentialsComment}}
}
web_server : {{WEB_SERVER_URL}}
api_server: {{configService.apiServerUrl()}}
@if (configService.fileServerUrl(); as fileServer) {
files_server: {{fileServer}}
}
@if (newCredential?.label) {
{{'# ' + newCredential?.label}}
}
credentials {
"access_key"="{{newCredential?.access_key}}"
"secret_key"="{{newCredential?.secret_key}}"
}
}