mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-14 06:06:15 +01:00
Change default paths to /tmp directory
This commit is contained in:
parent
bdbf679366
commit
f1bbebd067
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ type WebAPIConfiguration struct {
|
||||||
}
|
}
|
||||||
Debug bool
|
Debug bool
|
||||||
DB struct {
|
DB struct {
|
||||||
Filename string `conf:"default:./wasaphoto.db"`
|
Filename string `conf:"default:/tmp/wasaphoto_data/wasaphoto.db"`
|
||||||
}
|
}
|
||||||
Data struct {
|
Data struct {
|
||||||
Path string `conf:"default:./data"`
|
Path string `conf:"default:/tmp/wasaphoto_data/data"`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue