fix(args): change arg prodmode name
This commit is contained in:
parent
83100007e3
commit
31a1a331f7
4 changed files with 6 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue