{
  "name": "auth-service",
  "version": "3.1.19",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "q0MoM9vkRIg0JTjGStBs"
  },
  "jwt_secret": "e/JxqlTpqI2rFY+nx4gQOTvYnslzctcx",
  "api_keys": {
    "stripe": "sk_live_RcyyAaltINQrN6K61MzHbk9p",
    "sendgrid": "SG.egES8g9yqlZOLDYU9Igl1I",
    "twilio_sid": "AC36f33b481d209efcc5ee781f885df9f2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}