add uid/gid to toml files
This commit is contained in:
parent
aee56111b9
commit
c76ad0cc7b
@ -1,3 +1,5 @@
|
|||||||
[template]
|
[template]
|
||||||
src = "nginx.conf.tmpl"
|
src = "nginx.conf.tmpl"
|
||||||
dest = "/app/server/config/nginx.conf"
|
dest = "/app/server/config/nginx.conf"
|
||||||
|
uid = 1000
|
||||||
|
gid = 1000
|
@ -1,3 +1,5 @@
|
|||||||
[template]
|
[template]
|
||||||
src = "redis.lua.tmpl"
|
src = "redis.lua.tmpl"
|
||||||
dest = "/app/server/db/redis.lua"
|
dest = "/app/server/db/redis.lua"
|
||||||
|
uid = 1000
|
||||||
|
gid = 1000
|
Loading…
Reference in New Issue
Block a user