Skip to content

Commit

Permalink
🔧 chore(Embidded BI): parameter of the widget
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPrime committed Jun 19, 2024
1 parent 69dc698 commit 8d0c5bf
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 8d0c5bf

Please sign in to comment.