Skip to content

Instantly share code, notes, and snippets.

@zerobugs-oficial
Last active June 19, 2020 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerobugs-oficial/81757663f65b30b9d6aed3d4d38286ef to your computer and use it in GitHub Desktop.
Save zerobugs-oficial/81757663f65b30b9d6aed3d4d38286ef to your computer and use it in GitHub Desktop.
Criando e lendo nosso primeiro arquivo INI - 3
const producaoIp = config.producao.ip;
console.log("IP do servidor em produção: " + producaoIp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment