chore: initial commit
This commit is contained in:
11
public/config.js
Normal file
11
public/config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
window.g = {
|
||||
mqttClient: null,
|
||||
mqttSubscriptionTopic: 'MES/InstantMessaging/XD_GLKG/',
|
||||
mqttPublishTopic: 'WEB/InstantMessaging/XD_GLKG/MisServer',
|
||||
mqttIP: '127.0.0.1',
|
||||
// mqttIP: '192.168.1.200',
|
||||
mqttPortNumber: '8083',
|
||||
baseURL: 'http://127.0.0.1:10040/submit/MESCommonBase.ashx',
|
||||
// baseURL: 'http://192.168.1.200:10000/submit/MESCommonBase.ashx',
|
||||
apiBaseURL: 'http://127.0.0.1:9982'
|
||||
}
|
||||
Reference in New Issue
Block a user