Location of configuration files
After you install Axidian Access, the configuration files of the components are created automatically. By default, they are stored in the C:\inetpub\wwwroot directory.
The table below lists the full paths to the configuration files.
| Component | Configuration file |
|---|---|
| Log Server main configuration file | C:\inetpub\wwwroot\ls\clientApps.config |
| Core Server | C:\inetpub\wwwroot\am\core\Web.config |
| Management Console | C:\inetpub\wwwroot\am\mc\Web.config |
| User Console | C:\inetpub\wwwroot\am\uc\Web.config |
| Key Server (Axidian Key) 8.1.x and lower | C:\inetpub\wwwroot\airkeycloud\Web.config |
| Key Server (Axidian Key) 8.2 and higher | C:\inetpub\wwwroot\axidiankey\Web.config |
| Identity Provider (IDP) 8.1.4 and lower | C:\inetpub\wwwroot\am\idp\Web.config |
| Identity Provider (IDP) 8.1.5 and higher | C:\inetpub\wwwroot\am\idp\app-settings.json |
| Event storage configuration in Microsoft SQL | C:\inetpub\wwwroot\ls\targetConfigs\sampleDb.config |
| Event storage configuration in PostgreSQL | C:\inetpub\wwwroot\ls\targetConfigs\postgresDb.config |
| Event storage configuration in SysLog | C:\inetpub\wwwroot\ls\targetConfigs\sampleSyslog.config |
Note
- For Identity Provider 8.1.5 and higher, the app-settings.json configuration file is used instead of Web.config.
- In Axidian Access 8.2 and higher, the Key Server component is renamed to Axidian Key. Accordingly, the directory is renamed to axidiankey instead of airkeycloud.