init commit
This commit is contained in:
14
libs/phantombot/web/common/js/wsConfig.js
Normal file
14
libs/phantombot/web/common/js/wsConfig.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// Configuration for Control Panel
|
||||
// Automatically Generated by PhantomBot at Startup
|
||||
// Do NOT Modify! Overwritten when PhantomBot is restarted!
|
||||
var panelSettings = {
|
||||
panelPort : 25000,
|
||||
channelName : "zino1337",
|
||||
auth : "XNfhvFKw0Ww6SfOAVScMpaHWIHEefx",
|
||||
http : "https://"
|
||||
};
|
||||
|
||||
function getPanelPort() { return panelSettings.panelPort; }
|
||||
function getChannelName() { return panelSettings.channelName; }
|
||||
function getAuth() { return panelSettings.auth; }
|
||||
function getProtocol() { return panelSettings.http; }
|
||||
Reference in New Issue
Block a user