Skip to content

Instantly share code, notes, and snippets.

@nncl
Created March 17, 2017 14:09
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 nncl/d0604f81c0433b9ac4b673d45ed93b1e to your computer and use it in GitHub Desktop.
Save nncl/d0604f81c0433b9ac4b673d45ed93b1e to your computer and use it in GitHub Desktop.
/**
* @description
* Environment variables
*/
(function (window) {
window.__env = window.__env || {};
window.__env.URL_API = 'http://example.com.br:3000/institutoavonapi/v1/';
window.__env.title = 'Instituto Avon';
window.__env.author = 'Avon';
window.__env.description = 'Lorem ipsum dolor sit amet consectue adipiscing elit';
window.__env.keywords = 'avon, instituto avon';
window.__env.image = '/Users/dindigital02/Jobs/institutoavon/public/images/default.jpg';
window.__env.google_analytics = 'UA-89575068-1';
}(this));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment