mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Fix query errors
This commit is contained in:
parent
09adc06e18
commit
ebb5c4e6f7
10 changed files with 73 additions and 32 deletions
|
@ -26,7 +26,7 @@ type WebAPIConfiguration struct {
|
|||
}
|
||||
Debug bool
|
||||
DB struct {
|
||||
Filename string `conf:"default:/tmp/decaf.db"`
|
||||
Filename string `conf:"default:./wasaphoto.db"`
|
||||
}
|
||||
Data struct {
|
||||
Path string `conf:"default:/tmp/wasaphoto"`
|
||||
|
|
BIN
cmd/webapi/wasaphoto.db
Normal file
BIN
cmd/webapi/wasaphoto.db
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue