tangled
alpha
login
or
join now
bretton.dev
/
coves
11
fork
atom
A community based topic aggregation platform built on atproto
11
fork
atom
overview
issues
pulls
pipelines
fix:allowing main domain to resolve
bretton.dev
4 months ago
1059fb79
1ec9f346
+2
-1
1 changed file
expand all
collapse all
unified
split
docker-compose.prod.yml
+2
-1
docker-compose.prod.yml
···
133
133
134
134
# Handle domains
135
135
# Community handles use @community.coves.social (AppView domain)
136
136
-
PDS_SERVICE_HANDLE_DOMAINS: .coves.social
136
136
+
# Include both root domain and subdomains
137
137
+
PDS_SERVICE_HANDLE_DOMAINS: .coves.social,coves.social
137
138
138
139
# Security (set real values in .env.prod)
139
140
PDS_JWT_SECRET: ${PDS_JWT_SECRET}