Surge-Files/Bunkers/BunkersCommunicator/target/classes/config.yml

23 lines
589 B
YAML
Raw Normal View History

2023-10-14 05:00:56 +02:00
redis:
enabled: false
host: "localhost"
port: 6379
auth:
enabled: false
password: ""
channel-id: 0
mongo:
enabled: false
use-uri: false
uri: ""
host: "localhost" # dont use this if you have the uri
port: 27017 # dont use this if you have the uri
database: "lCore" # use this to determine the db name
auth: # dont use this if you have the uri
enabled: false # dont use this if you have the uri
username: "" # dont use this if you have the uri
password: "" # dont use this if you have the uri
auth-db: "" # dont use this if you have the uri