fix(args): change arg prodmode name

This commit is contained in:
hexxa 2020-12-05 10:35:07 +08:00
parent 83100007e3
commit 31a1a331f7
4 changed files with 6 additions and 4 deletions

View file

@ -10,6 +10,7 @@ import (
"time"
"github.com/ihexxa/gocfg"
"github.com/ihexxa/quickshare/src/client"
"github.com/ihexxa/quickshare/src/handlers/fileshdr"
)
@ -36,7 +37,7 @@ func TestFileHandlers(t *testing.T) {
chunkSize := 2
config := `{
"Server": {
"ProdMode": false
"Debug": true
},
"FS": {
"Root": "./testData"