9 lines
189 B
JavaScript
9 lines
189 B
JavaScript
|
|
const config = {
|
||
|
|
apiBaseUrl: "http://localhost:9291",//"https://qm.shiciju.cn",
|
||
|
|
maxDailyQuota: 10,
|
||
|
|
historyLimit: 20,
|
||
|
|
adUnitId: ""//"69nupig8os5l4kcqpz"
|
||
|
|
};
|
||
|
|
|
||
|
|
module.exports = config;
|