mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-14 13:44:37 +08:00
5 lines
184 B
Go
5 lines
184 B
Go
|
package global_settings
|
||
|
|
||
|
// globalsettings - settings that are global in nature. Avoids circular dependencies between config loading and usage.
|
||
|
|
||
|
var PublicIPServices map[string]string
|