{
  "name": "payment-service",
  "version": "3.0.26",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hvr5sv8gYPYSpTll1q4a"
  },
  "jwt_secret": "sYRy433PsBUiUdGNEauEIKnDTFBdbi4n",
  "api_keys": {
    "stripe": "sk_live_Y3WUQS5glFVIwdVUq3imsLt3",
    "sendgrid": "SG.bBih8kLz96YJPSYw9JSgyD",
    "twilio_sid": "ACa588725e6a72b1bfe89dfa86a6ddca50"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}