Add a dedicated folder for plugin data

This commit is contained in:
Philipp Hörist 2018-10-14 17:09:39 +02:00
parent c58ea13379
commit c34ce28f56
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ class ConfigPaths:
('SECRETS_FILE', 'secrets', PathLocation.DATA, PathType.FILE),
('MY_PEER_CERTS', 'certs', PathLocation.DATA, PathType.FOLDER),
('DEBUG', 'debug', PathLocation.DATA, PathType.FOLDER),
('PLUGINS_DATA', 'plugins_data', PathLocation.DATA, PathType.FOLDER),
# Config paths
('CONFIG_FILE', 'config', PathLocation.CONFIG, PathType.FILE),