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