mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02: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…
Add table
Add a link
Reference in a new issue