Fix unit tests
This commit is contained in:
parent
143196d737
commit
9719eefed4
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ var defaultConfig = AppConfig{
|
||||||
Port: defaultServerPort,
|
Port: defaultServerPort,
|
||||||
SockPath: defaultServerSocket,
|
SockPath: defaultServerSocket,
|
||||||
StorageType: string(defaultStorageType),
|
StorageType: string(defaultStorageType),
|
||||||
|
StaticDir: "./",
|
||||||
StorageConfig: &StorageConfig{
|
StorageConfig: &StorageConfig{
|
||||||
File: defaultStorageFile,
|
File: defaultStorageFile,
|
||||||
Host: defaultStorageHost,
|
Host: defaultStorageHost,
|
||||||
|
|
Loading…
Reference in a new issue