User Tools

Site Tools


data_core:update_safe_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
data_core:update_safe_configuration [2021/06/25 10:21] – created sudata_core:update_safe_configuration [2023/04/28 08:54] (current) su
Line 1: Line 1:
-====== Update Safe Configuration ======+====== Update-safe Configuration ======
  
 The Data Core runtime configuration ((not to be confused with DataCore.config - where data source configuration is stored)) includes a number of default settings. Amending these directly is not recommended as they will be reverted by package updates. However, you can create an external settings file. The Data Core runtime configuration ((not to be confused with DataCore.config - where data source configuration is stored)) includes a number of default settings. Amending these directly is not recommended as they will be reverted by package updates. However, you can create an external settings file.
  
-  1. Navigate to the Data Core runtime directory. e.g{{{ %ProgramData%/Intelligent Plant\Data Core Application Host\Service\Applications\App Store Connect}}}+1. Navigate to the Data Core runtime directory. For an App Store Connect installation, this is..
 +    %ProgramData%\Intelligent Plant\Data Core Application Host\Service\Applications\App Store Connect
      
-  2. Create file {{{DataCore.Settings.json}}}+2. Create file
 +  DataCore.Settings.json
      
-  3. Add setting overrides such as...+3. Add setting overrides such as...
  
-{{{+<code>
  
 { {
-    "dataCore:application:name":"Demo Data Sources", +    "dataCore:application:name":"Intelligent Plant App Store Connect", 
-    "dataCore:appStoreConnect:useMetadataDownload": "true", +    "dataCore:alarmAnalysis:baseDirectory": "Data/ImportScripts", 
-    "dataCore:csvDriver:baseDirectory""CsvDriverFiles", +    "dataCore:scriptEngine:scriptTags:snapshotRecalculation:taskCount": "5"
-    "dataCore:alarmAnalysis:baseDirectory": "ImportScripts"+
 } }
  
-}}}+</code> 
 + 
 +New settings will take effect following a service restart.
data_core/update_safe_configuration.1624616499.txt.gz · Last modified: 2021/06/25 10:21 by su