Data Portal Configure

From Fusion Registry Wiki
Revision as of 01:48, 17 August 2023 by Vmurrell (talk | contribs)
Jump to navigation Jump to search

Fusion Data Portal contains two Configuration files which are in the dist/properties folder.

Portal Config files.png

siteconfig.json Defines where the API will find the connected Fusion Registry and defines which Locales are supported and generates a language picker in the User interface. For example:

 "ServicesAPI" : "http://localhost:8063/FusionRegistry/ws/fusion/info/product",
 "Locales" : ["en"]

Adding additional locales Add the appropriate code as show below

  "Locales" : ["en", "he", "ru"],