Created
March 17, 2017 14:09
-
-
Save nncl/d0604f81c0433b9ac4b673d45ed93b1e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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