Skip to content

Commit

Permalink
Update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Apr 29, 2024
1 parent 4f913de commit 14243ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"app": {
"name": "goyave-websocket-example",
"environment": "localhost",
"debug": true,
"debug": false,
"defaultLanguage": "en-US"
},
"server": {
"host": "127.0.0.1",
"domain": "",
"port": 8080,
"port": 0,
"maxUploadSize": 10
}
}

0 comments on commit 14243ce

Please sign in to comment.