Hey all! With the change to clever-cloud databases we have added support for connecting to MongoDB with a URI and SSL is now supported.
Please replace your existing data.yml with the following and configure to your database information.
Code (Text):
#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: ""