feat(example): add factorio image example
Build and Push Docker Image / Build image (push) Successful in 1m47s
Build and Push Docker Image / Build image (push) Successful in 1m47s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package controller
|
||||
|
||||
type SourceConfig struct {
|
||||
DefaultEnabled bool `yaml:"DefaultEnabled"`
|
||||
DefaultEnabled bool `yaml:"defaultEnabled"`
|
||||
}
|
||||
|
||||
type SourceDefinition struct {
|
||||
@@ -17,7 +17,7 @@ type ServerConfig struct {
|
||||
|
||||
type AuthPasswordMethodConfig struct {
|
||||
Enabled bool `yaml:"enabled"`
|
||||
MinLength bool `yaml:"minLength"`
|
||||
MinLength int `yaml:"minLength"`
|
||||
}
|
||||
|
||||
type AuthProxyMethodConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user