caladan's pg instance

main
Ricard Illa 2022-09-11 17:03:02 +02:00
parent 429b2c1065
commit 443e5b2f77
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,6 @@ variable "caladan-subdomains" {
type = set(string) type = set(string)
default = [ default = [
"@", "@",
"filite",
"git", "git",
"gts", "gts",
"kb", "kb",
@ -69,10 +68,11 @@ variable "caladan-subdomains" {
"matrix", "matrix",
"mx2", "mx2",
"pleroma", "pleroma",
"pg.caladan",
"xmpp", "xmpp",
"groups.xmpp",
"proxy.xmpp", "proxy.xmpp",
"upload.xmpp", "upload.xmpp",
"groups.xmpp",
] ]
} }