Plex/src/main/resources/config.yml

26 lines
642 B
YAML
Raw Normal View History

# -------------------------------#
# #
# P L E X #
# #
# -------------------------------#
# ------------------------------ #
# #
# You can use MySQL, MongoDB #
# or SQLite for the data #
# type #
# -------------------------------#
data:
central:
storage: sqlite
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: ""