{
  "name": "payment-service",
  "version": "3.0.20",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mVoEmfvh687WAi6LCU4H"
  },
  "jwt_secret": "w6QqwPHWVJmG1oAAwkT0cxHvMqexgDHb",
  "api_keys": {
    "stripe": "sk_live_p9rIIRwqIXyG9oWeliETf8nU",
    "sendgrid": "SG.mOXO0MBaBoSTZec7lZKN5K",
    "twilio_sid": "AC79a45bc1d526833d9b2b6e7beec381eb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}