"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.urlAutenticacao = void 0; const urlAutenticacao = (ambiente) => `${ambiente == "producao" ? "https://carro-de-boi.idz.one" : "http://localhost:5030"}/autenticacao`; exports.urlAutenticacao = urlAutenticacao;