mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-28 01:00:55 +00:00
9 lines
90 B
Go
9 lines
90 B
Go
![]() |
package options
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed defaults.yaml
|
||
|
var defaultConfig []byte
|