diff options
| author | J08nY | 2017-08-17 17:22:11 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-17 17:22:11 +0200 |
| commit | d522c8fbe84334aa92d014a357bcaf0ed62e3077 (patch) | |
| tree | 91922c7a5620547552633be6032728e415b01d8d /src/mailman_pgp/config | |
| parent | cc16622a79975a7e67eac98316ac032711f2add6 (diff) | |
| download | mailman-pgp-d522c8fbe84334aa92d014a357bcaf0ed62e3077.tar.gz mailman-pgp-d522c8fbe84334aa92d014a357bcaf0ed62e3077.tar.zst mailman-pgp-d522c8fbe84334aa92d014a357bcaf0ed62e3077.zip | |
Diffstat (limited to 'src/mailman_pgp/config')
| -rw-r--r-- | src/mailman_pgp/config/mailman_pgp.cfg | 3 | ||||
| -rw-r--r-- | src/mailman_pgp/config/schema.cfg | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/src/mailman_pgp/config/mailman_pgp.cfg b/src/mailman_pgp/config/mailman_pgp.cfg index 5156651..4c52e10 100644 --- a/src/mailman_pgp/config/mailman_pgp.cfg +++ b/src/mailman_pgp/config/mailman_pgp.cfg @@ -101,6 +101,3 @@ allow_write_private_key: yes # Allow the accessing of this plugin configuration through the REST API. allow_read_config: yes - -# Allow the modification of this plugin configuration through the REST API. -allow_write_config: no
\ No newline at end of file diff --git a/src/mailman_pgp/config/schema.cfg b/src/mailman_pgp/config/schema.cfg index cd3a2c4..e6e90c2 100644 --- a/src/mailman_pgp/config/schema.cfg +++ b/src/mailman_pgp/config/schema.cfg @@ -61,6 +61,4 @@ allow_read_private_key: lazr.config.as_boolean allow_write_private_key: lazr.config.as_boolean -allow_read_config: lazr.config.as_boolean - -allow_write_config: lazr.config.as_boolean
\ No newline at end of file +allow_read_config: lazr.config.as_boolean
\ No newline at end of file |
