Surge-Files/JailCorder/target/classes/config.yml

10 lines
179 B
YAML
Raw Permalink Normal View History

2023-10-14 05:00:56 +02:00
mongo:
host: "localhost"
port: 27017
database: "JailCorder" # use this to determine the db name
auth:
enabled: false
username: ""
password: ""
auth-db: ""