templates/env.html.twig line 1

Open in your IDE?
  1. <script type="application/javascript">
  2.     window.env = {
  3.         environment: "{{ app.request.server.get('APP_ENV') }}",
  4.         TELEPORT_URI: "{{ app.request.server.get('TELEPORT_URI') }}",
  5.         MOONSHOT_URI: "{{ app.request.server.get('MOONSHOT_URI') }}",
  6.         WOOTRIC_NPS: "{{ app.request.server.get('WOOTRIC_NPS') }}",
  7.         GOOGLE_MAP_KEY: "{{ app.request.server.get('GOOGLE_MAP_KEY') }}",
  8.         APP_VERSION: "{{ app.request.server.get('APP_VERSION') }}",
  9.     };
  10. </script>