{
  "name": "payment-service",
  "version": "3.0.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZxNKig85XhrFTHaClOtP"
  },
  "jwt_secret": "G6cYwJU+mXB+7nbYUJo8c5xE2/XGwjP4",
  "api_keys": {
    "stripe": "sk_live_nMq38UeGgI888r9SrHkWxGTw",
    "sendgrid": "SG.YhgmlB5d4pYc+0+ifGUcx7",
    "twilio_sid": "ACe8a80cab20249b267083683eba27e58d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}