{
  "name": "payment-service",
  "version": "2.7.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uYEdWfdwiY1s9NTg5psx"
  },
  "jwt_secret": "rVloWLf1KZ7x4FMO/awRLuQMgz4OnjtH",
  "api_keys": {
    "stripe": "sk_live_03ep5r9mMZFqLKYgcsNHS8qK",
    "sendgrid": "SG.yVFHeV63P+8p4MNH2QrmA0",
    "twilio_sid": "ACe8d2af254da78f84c8d30848b6224eb3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}