diff --git a/cfg/dev.yaml b/cfg/dev.yaml index 6ccec85fb..8a38d6ef9 100644 --- a/cfg/dev.yaml +++ b/cfg/dev.yaml @@ -13,39 +13,17 @@ probod: encryption-key: "thisisnotasecretAAAAAAAAAAAAAAAAAAAAAAAAAAA=" chrome-dp-addr: "localhost:9222" - identity-and-access-management: - signup: - enabled: true - invitation-token-validity: 3600 - password: - pepper: "this-is-a-secure-pepper-for-password-hashing-at-least-32-bytes" - session: - duration: 7d - cookie: - name: "SSID" - domain: "localhost" - secret: "this-is-a-secure-secret-for-cookie-signing-at-least-32-bytes" - duration: 24 - secure: true - trust-center: http-addr: ":8085" https-addr: ":8443" api: addr: "localhost:8080" - - default: - cors: - allowed-origins: - - "http://localhost:8080" - - "http://localhost:5173" - - "http://localhost:5174" - extra-header-fields: {} - console: - complaince-page: - connect: - mcp: + cors: + allowed-origins: + - "http://localhost:8080" + - "http://localhost:5173" + - "http://localhost:5174" pg: addr: "localhost:5432"