mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
e8ab237ada
* fix(init): prepare database * fix(defaults): cockroach local defaults
8 lines
121 B
Go
8 lines
121 B
Go
package initialise
|
|
|
|
import "github.com/caos/zitadel/internal/database"
|
|
|
|
type Config struct {
|
|
Database database.Config
|
|
}
|