mirror of
https://github.com/wgtunnel/desktop.git
synced 2026-06-02 00:29:09 +02:00
23 lines
429 B
Plaintext
23 lines
429 B
Plaintext
include required("conveyor.conf")
|
|
|
|
conveyor.billing-email = "dev@zaneschepke.com"
|
|
|
|
app {
|
|
site {
|
|
consistency-checks = "warn"
|
|
// will overwrite base-url
|
|
github {
|
|
oauth-token = ${env.CONVEYOR_PAT}
|
|
pages-branch = "gh-pages"
|
|
}
|
|
}
|
|
|
|
windows {
|
|
signing-key {
|
|
azure-trusted-signing {
|
|
endpoint = "eus.codesigning.azure.net"
|
|
}
|
|
}
|
|
signing-key-alias = "WG-Tunnel/WG-Tunnel"
|
|
}
|
|
} |