## Bluebird QA * **incluir configuração de proxy para o serviço Bluebird (Necessário para acessar `Cupons2`)** `etc/default/bluebird` ```bash ASPNETCORE_ENVIRONMENT=Production ASPNETCORE_URLS=http://127.0.0.1:5000 DOTNET_CLI_TELEMETRY_OPTOUT=1 http_proxy=http://proxy.qaservices.locaweb.com.br:8888 https_proxy=http://proxy.qaservices.locaweb.com.br:8888 HTTP_PROXY=http://proxy.qaservices.locaweb.com.br:8888 HTTPS_PROXY=http://proxy.qaservices.locaweb.com.br:8888 ``` * **Corrigir endpoint e service do scrooge em `bluebird.conf.yml`** para `https://scrooge.systemintegration.locaweb.com.br` e `scrooge.systemintegration.locaweb.com.br`