{
  "name": "payment-service",
  "version": "3.4.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "V3839c55N38GxfiriDkf"
  },
  "jwt_secret": "aBhG2KxXA/5yCZhkEXmFTYkWjdl3mLOr",
  "api_keys": {
    "stripe": "sk_live_wJwUcZQSoiFzPy5kxHf9SHQi",
    "sendgrid": "SG.VDrXCDnCWLrwL+L8tw4JJn",
    "twilio_sid": "ACe082231860eb4911f244c7591755e46f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}