mae 0.3.7

Opinionated async Rust framework for building Mae-Technologies micro-services — app scaffolding, repo layer, middleware, and test utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
database:
  db_name: "service_test_db"

database_admin:
  db_name: "service_test_db"
  superuser_password: "postgres"

messagebroker:
  username: "guest"
  password: "guest"