{
  "name": "payment-service",
  "version": "1.9.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "buZEWsL1Q54Pc0LLZiKp"
  },
  "jwt_secret": "hYSbSjhuwJjOEeLXM5NMMOdqYx+Obqj2",
  "api_keys": {
    "stripe": "sk_live_GiIWKbAaqjYztjAt7GuIg9Nd",
    "sendgrid": "SG.I9AYc1V83ql/2K9OxIGU2D",
    "twilio_sid": "AC19e05e22aaf7171c64d93b23e58acf34"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}