{
  "name": "payment-service",
  "version": "2.7.17",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UZRetLmSTpbRN8jVYojx"
  },
  "jwt_secret": "96aaJXk9c4JQleQZQ1lf/b79ar1ydaUH",
  "api_keys": {
    "stripe": "sk_live_ZV3eFCcYWS9hmeoHYal2oB5q",
    "sendgrid": "SG.SXff3aRWgIhGGW3fVyxdsq",
    "twilio_sid": "AC4fd424c0cb8d7e676d2565e9a1ab964e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}