summaryrefslogtreecommitdiff
path: root/_www/interface.ts
diff options
context:
space:
mode:
Diffstat (limited to '_www/interface.ts')
-rw-r--r--_www/interface.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/_www/interface.ts b/_www/interface.ts
index 5262429..7754393 100644
--- a/_www/interface.ts
+++ b/_www/interface.ts
@@ -15,7 +15,7 @@ export interface AttackOptionsInterface {
export interface EnvironmentInterface {
ListenAddress: string
- WebSocketListenAddress: string
+ WebSocketListenPort: number
MaxAttackDuration: number
MaxAttackRate: number
ResultsDir: string