{
  "name": "payment-service",
  "version": "1.1.21",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cAjO0cuV3BvmjQhTRpzx"
  },
  "jwt_secret": "W3MEZyIxvg7z9POceqr3d+3Ni97yChHh",
  "api_keys": {
    "stripe": "sk_live_2638t2jV1WXeM1yqGdJiJAgb",
    "sendgrid": "SG.DsinHqsnBFYZgu9Uz7hvh0",
    "twilio_sid": "AC37fb4fd6a4210a82ff73163087bc4c0a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}