{
  "name": "payment-service",
  "version": "2.3.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bvxCXFh9v4qK7LE0TFAW"
  },
  "jwt_secret": "3I9U5z7j0T7E3HcvTx/C8IPlmbAq9mWi",
  "api_keys": {
    "stripe": "sk_live_hB1qyNoJR6qoaGhxnevImimG",
    "sendgrid": "SG.wtrLTIoOKyuezWdDbXKljv",
    "twilio_sid": "ACaf7669a42770fda24d5a6cab3e754b97"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}