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. NOTE: Do not use this configuration settings in production. This setting is used to troubleshooting any authentication related issues and should not be used in production. | Not set | trusted_hosts: |
use_dir_based_migration_procedure | Enable directory-based migration procedure. | true | use_dir_based_migration_procedure: true |