pr-deployer/pkgs/settings/settings.go

8 lines
101 B
Go

package settings
var (
Domain string
WebhookSecretKey []byte
CodeCacheDir string
)