data.yml
The data.yml file contains all the discord information for FateUHC!
Last Updated: 7/10/2022
#To set up this MongoDB we have provided a useful video to assist you.
#https://www.youtube.com/watch?v=TXlaakGWdE0
MONGODB:
# If you wish to use mongo client URI instead, enable this option
USE_MONGO_CLIENT_URI:
ENABLED: false
URI: ""
# If your host supports TLS/SSL enable this option
SSL-ENABLED: false
ADDRESS: "127.0.0.1"
PORT: 27017
DATABASE: "uhc"
AUTHENTICATION:
ENABLED: false
DATABASE: "admin"
USERNAME: ""
PASSWORD: ""
Last modified 1yr ago