SITE AND SYSTEM CONFIGURATION

Configuration Management

In this area are the site and system configuration variables, the variables can only be modified by users with the necessary permissions.

Main view Configuration Management

This section is very important since here the configuration of everything related to the platform can be modified with just two configuration files: the Config Site and the Config System.

Admin is the only authorised user that can modify the configuration of the site.

The configuration file has two options:

  • Config site: Configuration file of the site.

    • Order home: Sort the records in the home in ascending order.

    • Show category HTML: Allow or disallow HTML in the collections.

  • Site title: Title of the Website

  • Site Description: Description of the Website

  • Template: Template to use on the Website.

  • Lang: Language of the Website (To switch to another language, the language must be activated).

  • Count child collection: (0: Count only category | 1: Count children only | 2: Count category and children)

  • Metadata: Metadata required by social networks - Facebook and Twitter for Web information.

  • App ID: Application ID of the API Geocoding.

  • App Code: Application Code of the API Geocoding.

Javascript Snippet: Google Analytics Javascript snippet required for analysis of the website.

Config system: Configuration of the system file.

  • OpenAccess Version: Version of the platform.

  • Worker path: Folder path for the service worker.

  • URL: Host where the Elasticsearch service works.

  • Index: Index where records’ data is stored. (It must be created previously).

  • Fuzziness: Returns documents that contain terms similar to the search term, as measured by a Levenshtein edit distance. (Can be set to 'AUTO' or use a numeric value).

Last updated