scripts: remove read_replicas from generated dev config (#12078)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2024-11-19 17:33:02 +01:00
committed by GitHub
parent 9e96f19cb9
commit 83d281eae5

View File

@ -12,9 +12,6 @@ with open("local.env.yml", "w", encoding="utf-8") as _config:
"secret_key": generate_id(),
"postgresql": {
"user": "postgres",
"read_replicas": {
"0": {},
},
},
"outposts": {
"container_image_base": "ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s",