mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
add system config (#71)
This commit is contained in:
12
internal/config/systemdefaults/system_defaults.go
Normal file
12
internal/config/systemdefaults/system_defaults.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package systemdefaults
|
||||
|
||||
import "github.com/caos/zitadel/internal/crypto"
|
||||
|
||||
type SystemDefaults struct {
|
||||
SecretGenerator SecretGenerator
|
||||
}
|
||||
|
||||
type SecretGenerator struct {
|
||||
PasswordSaltCost int
|
||||
ClientSecretGenerator crypto.GeneratorConfig
|
||||
}
|
Reference in New Issue
Block a user