# Configurator

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. Sensitive information (like passwords) are encrypted using AES encryption. If more security is necessary, use NTFS file system permissions to protect the file (and give configured Site provisioning Service User also full control permissions).

# 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
Last Updated: 7/4/2024, 4:03:46 PM