orchestration: kube: kubectl_file: "~/.ocdp/kube/config" applications_dir: "~/.ocdp/kube/applications" logs_dir: "~/.ocdp/kube/logs" logger: loki: url: "https://loki.bwgdi.com/loki/api/v1/push" labels: "application=myapp,environment=develop" label_keys: "" database: mysql: host: "localhost" port: 3306 db_name: "ocdp" username: "root" # ❗️ Password should be read from environment variables, not provided here password: hash: algorithm: "ARGON2" token: jwt: signing_algorithm: "HS256" # ❗️ Secret should be read from environment variables, not provided here