```version: v0.7.1-alpha.1 serve: public: ...
# talk-kratos
l
Copy code
version: v0.7.1-alpha.1


serve:
  public:
    base_url: <http://localhost:4433/>
    cors:
      allowed_origins:
        - <http://127.0.0.1>
        - <http://127.0.0.1:4455>
        - <http://localhost>
        - <http://localhost:4455>
      allowed_methods:
        - POST
        - GET
        - PUT
        - PATCH
        - DELETE
      allowed_headers:
        - Authorization
        - Cookie
        - Content-Type
        - X-Session-Token
      exposed_headers:
        - Content-Type
        - Set-Cookie
      allow_credentials: true
      options_passthrough: false
      debug: false
      enabled: true
  admin:
    base_url: <http://kratos:4434/>