{
  "name": "payment-service",
  "version": "1.5.29",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "i3FAiaEgaWYRgv5VuGMG"
  },
  "jwt_secret": "dQncEAtvkaL7J0ISRDZzQu83BSPOMsgc",
  "api_keys": {
    "stripe": "sk_live_JcMGTuaI5ZGPgp5QLg28ikHB",
    "sendgrid": "SG.X6Y5qxvqkMy+UloeASfeyA",
    "twilio_sid": "ACf24847f884d1dd523ad636d7b19b761c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}