Hermes/cmd/backend/config.yaml

5 lines
166 B
YAML

port: 8080
postgres_url: "postgres://postgres:postgres@localhost:5432/postgres"
jwt_signing_key: "./jwt_signing_key"
kafka_url: "localhost:9091"
kafka_topic: "events"