update toml paths

This commit is contained in:
Sebastian Hugentobler 2016-08-16 11:55:00 +02:00
parent 8790fdcada
commit 0abc3ac1b3
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[template]
src = "nginx.conf.tmpl"
dest = "/var/lib/koreader-sync/server/config/nginx.conf"
dest = "/app/server/config/nginx.conf"

View File

@ -1,3 +1,3 @@
[template]
src = "redis.lua.tmpl"
dest = "/var/lib/koreader-sync/server/db/redis.lua"
dest = "/app/server/db/redis.lua"