mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-22 16:31:28 +02: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"
|
|
)
|