feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 683f495bd8 - Show all commits

View File

@ -8,6 +8,23 @@ data:
config.yaml: | config.yaml: |
http: http:
public_base: "https://matrix.live.bstein.dev/" public_base: "https://matrix.live.bstein.dev/"
listeners:
- name: web
resources:
- name: discovery
- name: human
- name: oauth
- name: compat
- name: graphql
- name: assets
binds:
- address: "0.0.0.0:8080"
- name: internal
resources:
- name: health
binds:
- host: localhost
port: 8081
database: database:
uri: "postgresql://mas:@@MAS_DB_PASSWORD@@@postgres-service.postgres.svc.cluster.local:5432/mas?sslmode=prefer" uri: "postgresql://mas:@@MAS_DB_PASSWORD@@@postgres-service.postgres.svc.cluster.local:5432/mas?sslmode=prefer"