Skip to content
Snippets Groups Projects
Commit 895a7a87 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Add a dedicated folder for plugin data

parent 889fa149
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment