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