scripts: remove read_replicas from generated dev config (#12078)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -12,9 +12,6 @@ with open("local.env.yml", "w", encoding="utf-8") as _config:
|
|||||||
"secret_key": generate_id(),
|
"secret_key": generate_id(),
|
||||||
"postgresql": {
|
"postgresql": {
|
||||||
"user": "postgres",
|
"user": "postgres",
|
||||||
"read_replicas": {
|
|
||||||
"0": {},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
"outposts": {
|
"outposts": {
|
||||||
"container_image_base": "ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s",
|
"container_image_base": "ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s",
|
||||||
|
|||||||
Reference in New Issue
Block a user