diff options
| author | Barry Warsaw | 2010-02-25 19:41:58 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2010-02-25 19:41:58 -0500 |
| commit | 33dc7b55e48c6e343a6a5e7518a3c8cb4e70b347 (patch) | |
| tree | 97486c648b50f1a56ba972b698805b57c8650ea5 /src/mailman/config | |
| parent | 296d14ea3081c0041a7445a2b157e57f5214c708 (diff) | |
| download | mailman-33dc7b55e48c6e343a6a5e7518a3c8cb4e70b347.tar.gz mailman-33dc7b55e48c6e343a6a5e7518a3c8cb4e70b347.tar.zst mailman-33dc7b55e48c6e343a6a5e7518a3c8cb4e70b347.zip | |
More refactoring:
* Rework the [webservice] section to be more useful to restish.
* Get rid of the resource_type_link
* Add and test some helpers.
* Move the root resources to a different module.
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/schema.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 824c265fe..4f3475b3f 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -291,13 +291,13 @@ port: 8001 # Whether or not requests to the web service are secured through SSL. use_https: no -# Default view permission for the admin web service. -view_permission: None - # Whether or not to show tracebacks in an HTTP response for a request that # raised an exception. show_tracebacks: yes +# The API version number for the current API. +api_version: 3.0 + [language.master] # Template for language definitions. The section name must be [language.xx] |
