Add environment variables for configuration (#189)
This commit is contained in:
9
model/client_defaults.go
Normal file
9
model/client_defaults.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
// Defaults for creation of new clients used in the templates
|
||||
type ClientDefaults struct {
|
||||
AllowedIps []string
|
||||
ExtraAllowedIps []string
|
||||
UseServerDNS bool
|
||||
EnableAfterCreation bool
|
||||
}
|
||||
Reference in New Issue
Block a user