mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-20 14:16:01 +00:00
13 lines
576 B
Properties
13 lines
576 B
Properties
# This is the Cryptomator administrative configuration file.
|
|
# It is a simple key-value pair file.
|
|
# Lines starting with '#' are comments and will be ignored.
|
|
#
|
|
# There are some shorthands for well known folders:
|
|
# Substitution Key | Variable Value
|
|
# @{appdir} | The application installation directory.
|
|
# @{appdata} | %APPDATA% (Windows only).
|
|
# @{localappdata} | %LOCALAPPDATA% (Windows only).
|
|
# @{userhome} | The user's home directory.
|
|
#
|
|
# Example:
|
|
# cryptomator.pluginDir=@{appdata}/Cryptomator/Plugins #Sets a plugin directory and enables plugin loading |