1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-29 10:48:21 +01:00
antd-lua-plugin/example-app/os/fs/fsconf.lua.tpl

6 lines
85 B
Smarty
Raw Normal View History

2018-09-19 15:08:49 +02:00
local conf = {
home="/Users/%s/tmp/",
shared="/Users/%s/tmp/Public/"
}
return conf