Skip to content
Snippets Groups Projects
Unverified Commit ee0dc601 authored by Stefan Hornburg (Racke)'s avatar Stefan Hornburg (Racke)
Browse files

Turn off SOAP service by default (#60).

parent 5814fc4c
No related branches found
No related tags found
No related merge requests found
...@@ -302,6 +302,11 @@ All parameters can't be defined in the playbook. Only the few below. Don't hesit ...@@ -302,6 +302,11 @@ All parameters can't be defined in the playbook. Only the few below. Don't hesit
- `arc_path`: full path to the directory where the lists archives will be stored. - `arc_path`: full path to the directory where the lists archives will be stored.
### Sympa web
The SOAP server is disabled by default. To turn it on, set
`sympa.soap.enabled` to true.
## Common namespace ## Common namespace
### Web configuration ### Web configuration
......
...@@ -61,7 +61,7 @@ sympa: ...@@ -61,7 +61,7 @@ sympa:
web: web:
domain: lists.example.com domain: lists.example.com
sympasoap: sympasoap:
enabled: true enabled: false
db: db:
type: mysql type: mysql
app_user: sympa app_user: sympa
......
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