{
  "name": "payment-service",
  "version": "2.1.1",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "5f6J6k5egnKFend3bpm3"
  },
  "jwt_secret": "lKnjGa8YKusaRw9jTYoqi8mLPjIv+K8K",
  "api_keys": {
    "stripe": "sk_live_0lIh6lzu1knyEY9XZOi3Kuwn",
    "sendgrid": "SG.nIeQ65t/GXTlbLw+wygorW",
    "twilio_sid": "AC38a863bd85703a1fcb0e562400ff9f8e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}