Moved ws port

This commit is contained in:
2025-07-26 12:32:56 +03:00
parent 59ca501fd5
commit 888ef441ae
+2
View File
@@ -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",