Move where the permitted_hosts is
This commit is contained in:
parent
eca3b1d5f9
commit
0fdd11b836
1 changed files with 1 additions and 1 deletions
2
server/src/types/config.d.ts
vendored
2
server/src/types/config.d.ts
vendored
|
|
@ -5,11 +5,11 @@ interface config {
|
|||
};
|
||||
websocket: {
|
||||
port: number;
|
||||
permitted_hosts: string | string[];
|
||||
};
|
||||
webserver: {
|
||||
enabled: boolean;
|
||||
port: number;
|
||||
permitted_hosts: string | string[];
|
||||
};
|
||||
game: {
|
||||
hand_size: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue