Remove erroneous indents from settings in service module docs. (Checked other docs, and there do not appear to be any more errors of this type)

This commit is contained in:
colcrunch
2020-09-11 12:51:17 -04:00
parent 3874aa6fee
commit 8bcbc1a779
6 changed files with 49 additions and 49 deletions

View File

@@ -8,15 +8,15 @@
- Append the following to your auth project's settings file:
```python
# Jabber Configuration
JABBER_URL = ""
JABBER_PORT = 5223
JABBER_SERVER = ""
OPENFIRE_ADDRESS = ""
OPENFIRE_SECRET_KEY = ""
BROADCAST_USER = ""
BROADCAST_USER_PASSWORD = ""
BROADCAST_SERVICE_NAME = "broadcast"
# Jabber Configuration
JABBER_URL = ""
JABBER_PORT = 5223
JABBER_SERVER = ""
OPENFIRE_ADDRESS = ""
OPENFIRE_SECRET_KEY = ""
BROADCAST_USER = ""
BROADCAST_USER_PASSWORD = ""
BROADCAST_SERVICE_NAME = "broadcast"
```
## Dependencies