DEV: Sets the plugin_name_enabled flag to false (#32)

Plugins in general should be disabled by default, requiring an admin to explicitly enable them.
This commit is contained in:
Sérgio Saquetim 2023-08-02 17:44:21 -03:00 committed by GitHub
parent 141de94821
commit a8fbc36368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
plugins:
plugin_name_enabled:
default: true
default: false
client: true