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