# Configurator
# General
Start the configurator.exe to configure the connection to sharepoint and the site provisioning settings.
The settings are stored in the subdirectory ./Config in json format.
# CLI Parameters
The configurator can be started with the following parameters:
-c, --cfg Configuration filename to use.
-t, --test Test the SharePoint connection
Requires the configuration filename.
--help Display this help screen
--version Display version information.
# Example: start configurator with specific configuration file
Epona.Configurator.exe -c config.json
# Example: test the SharePoint connection
Epona.Configurator.exe -c config.json -t