Data Portal Configure
Jump to navigation
Jump to search
Fusion Data Portal contains two Configuration files which are in the dist/properties folder.
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"],