mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: middleware implementation (#17730)
This commit is contained in:
@ -7,7 +7,7 @@ import io
|
||||
|
||||
const (
|
||||
sport = 12380
|
||||
localserver = 'localhost:${sport}'
|
||||
localserver = '127.0.0.1:${sport}'
|
||||
exit_after_time = 12000 // milliseconds
|
||||
vexe = os.getenv('VEXE')
|
||||
vweb_logfile = os.getenv('VWEB_LOGFILE')
|
||||
|
Reference in New Issue
Block a user