We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Crear el archivo config.js en el directorio $HOME/.ambienta2mx, ejemplo: /Users/egjimenezg/.ambienta2mx/config.js.
var Config = { /* @if ENVIRONMENT=='dev' */ smartOwlUrl:'place development urls here', fastEagleUrl:'', hardAntUrl:'' /* @endif */ /* @if ENVIRONMENT=='prod' */ smartOwlUrl:'place production urls here', fastEagleUrl:'', hardAntUrl:'' /* @endif */ }; module.exports = Config;