add uid/gid to toml files

This commit is contained in:
Sebastian Hugentobler 2016-08-16 12:54:55 +02:00
parent aee56111b9
commit c76ad0cc7b
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
[template]
src = "nginx.conf.tmpl"
dest = "/app/server/config/nginx.conf"
uid = 1000
gid = 1000

View File

@ -1,3 +1,5 @@
[template]
src = "redis.lua.tmpl"
dest = "/app/server/db/redis.lua"
uid = 1000
gid = 1000