mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-14 08:33:32 +00:00
Update for Plex v1.0 Beta 3
This commit is contained in:
parent
c4fcdeb7c2
commit
4807a75213
@ -11,6 +11,7 @@ This page will show you how to modify the configuration file. The configuration
|
||||
Below is the default `config.yml` file when Plex is loaded for the first time.
|
||||
```yaml title=/plugins/Plex/config.yml
|
||||
# Plex Configuration File
|
||||
# For documentation, please visit: https://docs.plex.us.org
|
||||
|
||||
server:
|
||||
name: "Plexus"
|
||||
@ -36,6 +37,7 @@ data:
|
||||
port: 27017
|
||||
db: "plex"
|
||||
side: # This is Redis, leave password blank if auth is false
|
||||
enabled: false
|
||||
auth: true
|
||||
hostname: 127.0.0.1
|
||||
port: 6379
|
||||
@ -107,6 +109,11 @@ This is the port for whichever database software you use. Note that `sqlite` doe
|
||||
### data.central.db
|
||||
This is the name for whichever database software you use. Note that `sqlite` does not require a name.
|
||||
|
||||
### data.side.enabled
|
||||
**Options**: `true` / `false`
|
||||
|
||||
This will enabled Plex's Redis functionality.
|
||||
|
||||
### data.side.auth
|
||||
**Options**: `true` / `false`
|
||||
|
||||
|
@ -68,6 +68,7 @@ yourRank: "<b>Your rank is: <v>"
|
||||
banningPlayer: "<e><v> - Banning <v>"
|
||||
unbanningPlayer: "<b><v> - Unbanning <v>"
|
||||
playerNotBanned: "<e>That player is not banned!"
|
||||
teleportedToWorldSpawn: "<b>Teleporting to the local spawn"
|
||||
```
|
||||
|
||||
# Troubleshooting
|
||||
|
Loading…
Reference in New Issue
Block a user