{
  "name": "payment-service",
  "version": "3.8.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5J2SEjvKCpoxUBv7fHOT"
  },
  "jwt_secret": "vsPUx1y4iir2NPGUg4naue95D7IZxTOI",
  "api_keys": {
    "stripe": "sk_live_zwnUSXDHEVuNqfdnepeholv7",
    "sendgrid": "SG.fSGXMuYTyEqw6XB2MOCW4l",
    "twilio_sid": "AC6fedbe5877054af2a362e32dc7f678dd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}