Difference between revisions of "Data Portal Configure"

From Fusion Registry Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
[[File:Portal Config files.png|800px]]<br>
 
[[File:Portal Config files.png|800px]]<br>
 +
 +
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"]<br>
 +
 +
'''Adding additional locales'''
 +
Add the appropriate code as show below
 +
  "Locales" : ["en", "he", "ru"],

Revision as of 01:48, 17 August 2023

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"],