2026-01-29 21:01:01 -05:00

18 lines
787 B
JavaScript

const devUri = "mongodb://localhost:27017/worldshine";
// const localUri = "mongodb+srv://new-user-test:Testing123@cluster0.qkzim.mongodb.net/leapbase?retryWrites=true&w=majority";
const localUri = "mongodb+srv://liyang1000000:Testing123@juxing.iosxg2f.mongodb.net/worldshine?retryWrites=true&w=majority&appName=juxing";
module.exports = {
// baseUrl: "mongodb://localhost:27017/",
// fileUrl: "https://worldshine.mayo.llc/files/",
// database: "worldshine",
// url: devUri,
// on local enable this
url: localUri,
// baseUrl: "mongodb+srv://new-user-test:Testing123@cluster0.qkzim.mongodb.net/",
baseUrl: "mongodb+srv://liyang1000000:Testing123@juxing.iosxg2f.mongodb.net/",
database: "worldshine",
fileUrl: "http://localhost:8080/files/",
imgBucket: "photos",
};