Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.77 KB

configuration.md

File metadata and controls

42 lines (27 loc) · 1.77 KB

morphic-windows configuration

User configuration

Configuration which gets updated by the application is stored in the registry path HKEY_CURRENT_USER\Software\Raising the Floor\Morphic. This is centrally handled by the AppOptions class.

Launch Options

morphic.exe supports the following command-line options and environment variables, which are used during development in the launchSettings.json file.

Option Environment Description
--debug MORPHIC_DEBUG=1 Run in "debug mode" (the files appsettings.Debug.json and appsettings.Local.json are used for configuration)
--bar BARFILE MORPHIC_BAR=BARFILE Use BARFILE as the json5 file to load as the initial bar

Static configuration

The following files are located next to the application executable (usually in C:\Program Files\Morphic). The application does not write to these.

Bar configuration

Solutions Registry

solutions.json

Build information