Options for troubleshooting only
The following table lists options that you can add to the admin_settings.yaml file for troubleshooting purposes only.
Table: Troubleshooting options in the admin_settings.yaml file
Option |
Description |
Default value |
Example |
allow_local_rest_api_token_refresh |
Recreate the local rest API token each time iManage Drive starts. |
false |
allow_local_rest_api_token_refresh: false |
create_reparse |
Enable or disable the creation of reparse point files by iManage Drive. |
true |
create_reparse: true |
enable_check_policy |
Enable or disable the checking of Security Policy Manager (SPM) policies. |
true |
enable_check_policy: true |
ignore_zero_byte_files |
Disable generating conflicts on zero byte files. |
false |
ignore_zero_byte_files: false |
migrate_go_drive_directory_to_drive |
Migrate system local GoDrive data folder from GoDrive to iManage Drive. Runs on the .exe only. |
false |
migrate_go_drive_directory_to_drive: false |
use_full_file_hash |
Migrate to using new hash calculations that match the server. |
false |
migrate_to_new_hash_calculations: false |
refresh_with_snapshots |
Enable new version of refresh that uses snapshots. |
false |
refresh_with_snapshots: false |
start_hydrater_from_python |
Enable the feature to start the hydrater from Python. If disabled, the hydrater will not be started if it is running in Python. |
true |
start_hydrater_from_python: true |
support_any_file_extension |
To allow any file extension, enable this setting. This includes no extension or extensions longer than eight characters. The drive will add an extension of "._imdrv_" to any unsupported file extension. |
false |
support_any_file_extension: true |
trusted_hosts |
List of hosts that are trusted but do not have a valid SSL certificate. |
Not set |
trusted_hosts: |
use_dir_based_migration_procedure |
Enable directory-based migration procedure. |
true |
use_dir_based_migration_procedure: true |
webdav_drive_letter |
Specify a fixed drive letter that webdav should use. |
Z |
webdav_drive_letter: Z |
webdav_port |
Specify a port other than the default that should be used for webdav. |
8880 |
webdav_port: 9010 |
webdav_enabled |
Enable webdav even if native file system is enabled. |
Not set |
webdav_enabled: true |