Fixed config for tests
This commit is contained in:
parent
a3c9338386
commit
3a34609fa4
1 changed files with 3 additions and 1 deletions
|
@ -4,9 +4,11 @@ thumbnailsPath = "./tests/thumbs/"
|
||||||
avatarsPath = "./tests/avatars/"
|
avatarsPath = "./tests/avatars/"
|
||||||
logsPath = "./tests/logs/{yyyy}-{mm}.log"
|
logsPath = "./tests/logs/{yyyy}-{mm}.log"
|
||||||
mediaPath = "./public_html/media/"
|
mediaPath = "./public_html/media/"
|
||||||
title = "szurubooru/tests"
|
|
||||||
salt = "salt..."
|
salt = "salt..."
|
||||||
|
|
||||||
|
[appearance]
|
||||||
|
title = "szurubooru/tests"
|
||||||
|
|
||||||
[misc]
|
[misc]
|
||||||
featuredPostMaxDays=7
|
featuredPostMaxDays=7
|
||||||
debugQueries=0
|
debugQueries=0
|
||||||
|
|
Loading…
Reference in a new issue