mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
Merge branch "refactor-backend-settings" into internal
This commit is contained in:
commit
f4d90306b3
7 changed files with 28 additions and 37 deletions
|
@ -34,12 +34,12 @@ func main() {
|
|||
TLSKeyPath: *tlskey,
|
||||
}
|
||||
|
||||
configuration := &Config{
|
||||
settings := &Settings{
|
||||
Swarm: *swarm,
|
||||
HiddenLabels: *labels,
|
||||
Registries: *registries,
|
||||
}
|
||||
|
||||
api := newAPI(apiConfig)
|
||||
api.run(configuration)
|
||||
api.run(settings)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue