{
  "name": "auth-service",
  "version": "2.1.17",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LMdVkiqGYRzFyVgFOOt5"
  },
  "jwt_secret": "cXBXK1wLyMKFV94Nd+s3FkbOhf2aIpkl",
  "api_keys": {
    "stripe": "sk_live_BQbqX2OBLc9mnKGS4BWNJLf1",
    "sendgrid": "SG.pzziN3tDs9ph2mZTsQvwsw",
    "twilio_sid": "AC5633462932469c7857f50ded41a94ecf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}