Last active
March 11, 2026 09:49
-
-
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": { | |
| "rophim10": { | |
| "enabled": true, | |
| "url": "https://rophim10.com/baseapi/api/v1" | |
| }, | |
| "ophim": { | |
| "enabled": true, | |
| "url": "https://ophim1.com" | |
| }, | |
| "rophim": { | |
| "enabled": true, | |
| "url": "https://clone-rophim-be.onrender.com/api/v1" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment