-
Notifications
You must be signed in to change notification settings - Fork 10
Config Files
Iak edited this page Feb 2, 2023
·
1 revision
Both, the MS and the Engine have a config_default.json file in its repo. It contains all configurable key with its default values.
It is not intended to be changed by the user! Instead, create a new config.json (or copy and rename the config_default.json) and change all config values in here. This file is on .gitignore and will not be uploaded to the git repo.
For information about {appDataFolder} see here.
Places for the config.json:
- Engine Dev Mode:
/src/engine/native/node/native-config/src/ - Engine Build Version: new file next to
native.js - MS Dev Mode:
{appDataFolder}/proceed-management-system/development/Config/config.json - MS Build Version:
{appDataFolder}/proceed-management-system/Config/config.json - Built-in Engine in MS Dev Mode:
{appDataFolder}/proceed-management-system/development/Engine/config.json - Built-in Engine MS Build Version:
{appDataFolder}/proceed-management-system/Engine/config.json
This is the Dev Wiki