{
  "name": "payment-service",
  "version": "1.5.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L8I30nLRbgE78gmgss2z"
  },
  "jwt_secret": "vWgcl0ANAzrSlxoVbzE1/YMqvsCLGpeS",
  "api_keys": {
    "stripe": "sk_live_p7cjNxmy3qSPfYKL1A6qCl12",
    "sendgrid": "SG.rD2CZaMLkN77ieY15EaP4X",
    "twilio_sid": "ACb5174606ba70acac18118672f075065a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}