Skip to content

Commit

Permalink
Auto-accounts can be configured from ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Jan 9, 2022
1 parent 0a19e35 commit 2162f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Config struct {
DB db.DB
FileStore storage.FileStore
Stats stats.Stats
AutoAccounts bool
AutoAccounts bool `env:"CHARM_SERVER_AUTO_ACCOUNTS" default:"true"`
}

// Server contains the SSH and HTTP servers required to host the Charm Cloud.
Expand Down

0 comments on commit 2162f8c

Please sign in to comment.