# ATI Configuration The following DB2 physical files are used to configure your ATI installation. ### ATICFGENV This file stores environment-level configuration for ATI. This includes the production and test API endpoints available as well as the directory used to store log files. | Field Name | Long Field Name | Data Type | Field Title | Comments | |---|---|---|---|---| | `KEYID` | `KEYID` | `VARCHAR(10)` | Unique ID or Name for the API Key | | | `LOGDIR` | `LOGGINGDIRECTORY` | `VARCHAR(512)` | Logging directory | | | `PRODURL` | `PRODURL` | `VARCHAR(1024)` | Web service production API URL | | | `TESTURL` | `TESTURL` | `VARCHAR(1024)` | Web service test API URL | | ### ATICFGKEY This file stores your ATI access key which is used to access the ATI API as well as what environment to access, and whether or not to generate a log file for all requests instead of just requests that experience errors. | Field Name | Long Field Name | Data Type | Field Title | Comments | |---|---|---|---|---| | `KEYID` | `KEYID` | `VARCHAR(10)` | Unique ID or Name for the API Key | | | `APIKEY` | `APIKEY` | `CHAR(32)` | API key provided by Kato Integrations | | | `LOGALL` | `LOGALL` | `VARCHAR(4)` | Log all requests? | | | `ENV` | `ENVIRONMENT` | `VARCHAR(5)` | Web service environment | |