22 lines
624 B
Text
22 lines
624 B
Text
|
|
let dev_root = "/Users/Akasha/Development" in
|
||
|
|
|
||
|
|
{
|
||
|
|
lian_build_daemon | default = {
|
||
|
|
daemon_url | default = "http://localhost:19012",
|
||
|
|
|
||
|
|
config | default = {
|
||
|
|
port = 19012,
|
||
|
|
config_dir = "/etc/lian-build",
|
||
|
|
data_dir = "/var/lib/lian-build",
|
||
|
|
templates_dir = (dev_root ++ "/lian-build/assets/web/templates"),
|
||
|
|
static_dir = (dev_root ++ "/lian-build/assets/web"),
|
||
|
|
adapters = [],
|
||
|
|
},
|
||
|
|
|
||
|
|
credentials | default = {
|
||
|
|
registry = "infra/libre-wuji/secrets/registry-push.sops.yaml",
|
||
|
|
ssh_key = (dev_root ++ "/.ssh/orchestrator-buildkit-key"),
|
||
|
|
},
|
||
|
|
},
|
||
|
|
}
|