Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1015 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 1015 Bytes

Frontend for Creando Redes, by Virtuagora

Frontend repository for creating networks (creando redes) a proyect by Young Observatory of ISOC

Enviroment VARS

For development

Create a .env.local, add and configure the local variables. Make sure not to push this to Git!

For production

You can create a .env.production or .env var to setup your production variables for the dist.

VUE_APP_API_URL=https://api.creandoredes.org
VUE_APP_BASE_URL=https://creandoredes.org/
VUE_APP_BASE_URL_EN=https://creandoredes.org/en/
VUE_APP_BASE_URL_PT=https://creandoredes.org/pt/
VUE_APP_TITLE_ES=Creando Redes!
VUE_APP_TITLE_EN=Making Networks!
VUE_APP_TITLE_PT=Criando Redes!
VUE_APP_DESCRIPTION_EN=#ChangeMe
VUE_APP_DESCRIPTION_ES=#ChangeMe
VUE_APP_DESCRIPTION_PT=#ChangeMe
VUE_APP_RECAPTCHA_SITE_KEY=#Changeme
VUE_APP_GOOGLE_ANALYTICS_ID=#Changeme
VUE_APP_MAPBOX_TOKEN_MAPTILES=#Changeme
VUE_APP_MAPBOX_TOKEN_GEOLOCATION=#Changeme
VUE_APP_MAPBOX_STYLE=#Changeme
VUE_APP_YOUTUBE_API_KEY=#ChangeMe