mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 08:46:38 +00:00
8 lines
122 B
Go
8 lines
122 B
Go
//go:build devartifactsign
|
|
|
|
package installer
|
|
|
|
const (
|
|
DefaultSigningKeysBaseURL = "http://192.168.0.10:9089/signrepo"
|
|
)
|