Plex/src/main/resources/config.yml

26 lines
470 B
YAML
Raw Normal View History

# Plex Configuration File
server:
test: "test string"
2020-10-31 04:51:22 +00:00
flatlands:
generate: true
parameters:
grass_block: 1
dirt: 32
stone: 16
bedrock: 1
data:
central:
2020-10-29 02:35:14 +00:00
storage: sqlite # use mariadb, mongodb, or sqlite here
user: ""
password: ""
hostname: 127.0.0.1
port: 27017
db: "plex"
side: # This is redis, leave password blank if auth is false
auth: true
hostname: 127.0.0.1
port: 6379
password: ""