The servers we use to host user data are secure, fast, and efficient. but, you can easily use your server to host your users' data by following these steps.
Step 1:
Copy your website's address and add "/" to the end of it so the link will look like this https://mywebsite.com/ , and that'll be your base URL, place your base URL into the Config.java file, and paste your Secret API Key to replace the placeholder "ADD_YOUR_SECRET_API_KEY_HERE." in the same file.
Step 2:
Go to your Mint Console account and click Download Files, extract the file downloaded, and make sure the outcomes contain the following files:
- configuration (which you'll add all the configuration data to later)
- navigation (which you'll add all the navigation data to later)
- policies (which you'll add all the privacy policy & terms of use data to later)
Step 3:
Upload the three files to your server and make sure the base URL is unchanged.
Step 4:
Visit the four provided links (with no spaces) to make sure they're working properly.
- (insert your base ULR) /configuration/ (insert your Sercret API Key)
- (insert your base ULR) /navigation/ (insert your Sercret API Key)
- (insert your base ULR) /policies/privacy/ (insert your Sercret API Key)
- (insert your base ULR) /polivies/terms/ (insert your Sercret API Key)