Last active
May 28, 2026 07:42
-
-
Save trinvh/46a437178ebc6fdd27ee1627c533a0a9 to your computer and use it in GitHub Desktop.
RoPhim remote config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "defaultDatasource": "ophim", | |
| "datasources": { | |
| "rophim10io": { | |
| "enabled": true, | |
| "url": "https://rophim10.io/baseapi/api/v1" | |
| }, | |
| "rophim10co": { | |
| "enabled": true, | |
| "url": "https://rophim10.co.com/baseapi/api/v1" | |
| }, | |
| "ophim": { | |
| "enabled": true, | |
| "url": "https://ophim1.com" | |
| }, | |
| "rophim": { | |
| "enabled": false, | |
| "url": "https://clone-rophim-be.onrender.com/api/v1" | |
| }, | |
| "rophim10": { | |
| "enabled": false, | |
| "url": "https://rophim10.com/baseapi/api/v1" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment