Server Configuration
Asprova My Schedule / WS server can be configured using a config.json file.
File Location
The config.json file is located at the following path relative to the package root:
AsprovaWS/config/config.json
The package root depends on how the server was installed:
| Installation method | Package root |
|---|---|
| Installer | C:\ProgramData\Asprova\Asprova My Schedule\release |
| Standalone package | The directory where you extracted the package. |
For example, on a default installer-based installation, the full path is:
C:\ProgramData\Asprova\Asprova My Schedule\release\AsprovaWS\config\config.json
Creating the File
The config.json file may not exist by default. If it does not exist, create it manually with the following content:
{
}
The server uses default values for any settings not specified in the file. Add only the settings you want to override.
Format
The file must be valid JSON. Each setting is a key-value pair at the top level:
{
"enable_usage_log": true
}
Changes to config.json take effect after restarting the server.