diff options
| author | root | 2010-09-28 11:26:24 +0200 |
|---|---|---|
| committer | root | 2010-09-28 11:26:24 +0200 |
| commit | ba794763b95ebbb7786b7af49e9a359e403ae963 (patch) | |
| tree | e75dc1199a6bdd930bdfe349f4bdd530a3421132 /src/mailman/config | |
| parent | b76fe2e8c8ecb95cf27ddefc44467f2e2468f951 (diff) | |
| download | mailman-ba794763b95ebbb7786b7af49e9a359e403ae963.tar.gz mailman-ba794763b95ebbb7786b7af49e9a359e403ae963.tar.zst mailman-ba794763b95ebbb7786b7af49e9a359e403ae963.zip | |
Add HTTP authentication to the REST API
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/schema.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index 2c2aade12..2c903a485 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -298,6 +298,11 @@ show_tracebacks: yes # The API version number for the current API. api_version: 3.0 +# The administrative username. +admin_user: restadmin + +# The administrative password. +admin_pass: restpass [language.master] # Template for language definitions. The section name must be [language.xx] |
