mango-web-app-br

Base web client for Mango

Usage no npm install needed!

<script type="module">
  import mangoWebAppBr from 'https://cdn.skypack.dev/mango-web-app-br';
</script>

README

Mango / BR Web Client

Setup

  • Setup the environment:
    • in the root of this project, create an env file: touch .env
    • add this block to the file:
    PROXY_BASE_URL=https://proxy-base.dev.mango.express
    ALTERNATE_BASE_PATH=/
    AUTH_PROVIDER_URL=https://login.br.de
    NODE_ENV=development
    DEBUG_ENABLED=true
    BR_AUTH_BOUNCER_URL=https://auth.br.de
    BR_AUTH_BOUNCER_APPLICATION_MANGO_CMS=mango-cms-dev
    BR_AUTH_BOUNCER_REQUIRED_GROUPS=mango-editor-dev
    EBU_LOGIN_CLIENT_ID=mango-web-dev
    EBU_LOGIN_URL=https://login.br.de
    GA_PROPERTY_ID=UA-35691033-2
    
    COMSCORE_URL_HTTP=https://de.sitestat.com/br/br/s
    COMSCORE_SITE_NAME=br
    COMSCORE_K1=brde
    COMSCORE_K6=mediathek-2017
    AGF_URL_HTTP=http://cdn-gl.imrworldwide.com/novms/js/2/ggcmb510.js
    AGF_URL_HTTPS=https://seccdn-gl.imrworldwide.com/novms/js/2/ggcmb510.js
    AGF_AP_ID=T730B6B62-3C8E-48B2-B074-D040A95F38F6
    AGF_SFCODE=eu-uat
    AGF_VCID=b09
    AGF_CLIENT_ID=de-605508
    AGF_PROD=vc
    AGF_C5=br.de
    AGF_C19=neu
    
  • For local development, run npm start and head to http://localhost:4040