mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +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
|
@ -13,7 +13,7 @@ const axios_instance = function(argv){
|
|||
require('yargs')(process.argv.slice(2))
|
||||
.option('piston-url', {
|
||||
alias: ['u'],
|
||||
default: 'http://127.0.0.1:6969',
|
||||
default: 'http://127.0.0.1:2000',
|
||||
desc: 'Piston API URL',
|
||||
string: true
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue