Created
January 25, 2022 14:15
-
-
Save Sheeri/f194fe118fe0f7aa5e5e5e5cfce60060 to your computer and use it in GitHub Desktop.
for Mahabbat
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
const config = { | |
appName: 'WildAid O-FISH', | |
realmServiceName: 'mongodb-atlas', | |
realmAppId: 'o-fish-yzqrr', | |
database: 'ofish', | |
chartsConfig: { | |
baseUrl: "https://charts.mongodb.com/charts-o-fish-psrir", | |
"boarding-compliance":{ | |
chartId: "60db4711-8016-49a0-8e9a-44c2c7464219" | |
}, | |
"boardings-count-chart": { | |
chartId: "60db4711-8016-43df-85a3-44c2c7464213" | |
}, | |
"citations-and-warnings":{ | |
chartId: "60db4711-8016-41b7-86bb-44c2c7464215" | |
}, | |
"compliance-rate":{ | |
chartId: "60db4711-8016-4fb5-8e11-44c2c7464217" | |
}, | |
"boardings":{ | |
chartId: "60db4711-8016-4bb6-8b8e-44c2c746421d" | |
}, | |
"patrol-hours":{ | |
chartId: "60db4711-8016-40e5-8b85-44c2c746421f" | |
}, | |
}, | |
sandbox: false, | |
}; | |
module.exports = config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment