{
  "name": "payment-service",
  "version": "2.6.10",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TeUDFlNQB2fgehRcdQl4"
  },
  "jwt_secret": "ii17mexT6LpgaadhpK/fhOmTVvVw3reb",
  "api_keys": {
    "stripe": "sk_live_JDHotUKeBIlfIsJy9C73HljT",
    "sendgrid": "SG.LlrEGZ5P1rd8R7Lg1GpY53",
    "twilio_sid": "ACa0f312fa18308b2339f833955c01c036"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}