Skip to content

Commit

Permalink
Merge pull request #2549 from CCAFS/A2-621-BI-Embedding-App
Browse files Browse the repository at this point in the history
🔧 chore(Embidded BI): parameter of the widget
  • Loading branch information
MetalPrime authored Jun 19, 2024
2 parents 97bf97a + 8d0c5bf commit 999115d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@

[#-- BI Widget variable --]
[#if config.production]
[#assign biWidgetMain = "https://bitest.ciat.cgiar.org/widget/main.js"]
[#assign biWidgetMain = "https://bi.prms.cgiar.org/widget/main.js"]
[#else]
[#assign biWidgetMain = "https://bi.prms.cgiar.org/widget/main.js"]
[#assign biWidgetMain = "https://bitest.ciat.cgiar.org/widget/main.js"]
[/#if]

<script src="${biWidgetMain}" charset="utf-8"></script>
Expand Down

0 comments on commit 999115d

Please sign in to comment.