{
  "name": "payment-service",
  "version": "3.2.24",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qcsmE7zKFFbIhmdH4RJF"
  },
  "jwt_secret": "cih3pfTdyrsRbe895jVg6zxvH8khDZ/j",
  "api_keys": {
    "stripe": "sk_live_U8qwRvzrE3KmN3uyeB1fssA5",
    "sendgrid": "SG.UVWrG0hx6fRsHHoP1sghFj",
    "twilio_sid": "ACc6942c432750321129d82e10f9516612"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}