mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-06 23:26:19 +01:00
use defined pygments
This commit is contained in:
@@ -18,7 +18,7 @@ MUMBLE_URL = "mumble.example.com"
|
||||
|
||||
Add the following lines to your `.env` file
|
||||
|
||||
```env
|
||||
```bash
|
||||
# Mumble
|
||||
MUMBLE_SUPERUSER_PASSWORD = superuser_password
|
||||
MUMBLE_ICESECRETWRITE = icesecretwrite
|
||||
|
||||
@@ -25,7 +25,7 @@ BROADCAST_SERVICE_NAME = "broadcast"
|
||||
|
||||
Add the following lines to your `.env` file
|
||||
|
||||
```env
|
||||
```bash
|
||||
# Openfire
|
||||
OPENFIRE_SECRET_KEY = superuser_password
|
||||
BROADCAST_USER_PASSWORD = icesecretwrite
|
||||
|
||||
@@ -34,7 +34,7 @@ CELERYBEAT_SCHEDULE['run_ts3_group_update'] = {
|
||||
|
||||
Add the following lines to your `.env` file
|
||||
|
||||
```env
|
||||
```bash
|
||||
# Temspeak
|
||||
TEAMSPEAK3_SERVERQUERY_USER = "serverquery"
|
||||
TEAMSPEAK3_SERVERQUERY_PASSWORD = ""
|
||||
|
||||
Reference in New Issue
Block a user