Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.07 KB

Applications.config.md

File metadata and controls

29 lines (22 loc) · 1.07 KB

Application Config

This configuration is instance aware. It contains configuration of frapid applications related to <domain> instance. Please do not edit this file manually since this may be overwritten by frapid time and again.

~/Tenants//Configs/Applications.config

<?xml version="1.0"?>
<configuration>
  <appSettings>
    <add key="InstalledApplications" value="" />
    <add key="RemovedApplications" value="" />
  </appSettings>
</configuration>

Configuration Explained

Key Configuration
InstalledApplications Comma separated list of installed applications.
RemovedApplications Comma separated list of removed applications. If application WebsiteBuilder was installed and later removed, it would appear on both configuration keys.

Related Contents