mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
change port to match old piston, some formatting change, add env to fix debian warning/error
This commit is contained in:
parent
01bc13d115
commit
b31deaddbc
6 changed files with 30 additions and 26 deletions
|
@ -45,7 +45,7 @@ const options = [
|
|||
{
|
||||
key: 'bind_address',
|
||||
desc: 'Address to bind REST API on\nThank @Bones for the number',
|
||||
default: '0.0.0.0:6969',
|
||||
default: '0.0.0.0:2000',
|
||||
validators: []
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue