Moved ws port
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
export interface Config {
|
export interface Config {
|
||||||
|
wss_port: number,
|
||||||
authentication: {
|
authentication: {
|
||||||
server: {
|
server: {
|
||||||
username: string;
|
username: string;
|
||||||
@@ -19,6 +20,7 @@ export interface Config {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const config: Config = {
|
const config: Config = {
|
||||||
|
wss_port: 3000,
|
||||||
authentication: {
|
authentication: {
|
||||||
server: {
|
server: {
|
||||||
username: "superuser",
|
username: "superuser",
|
||||||
|
|||||||
Reference in New Issue
Block a user