{
  "name": "payment-service",
  "version": "1.2.26",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FUNYZvVauqX6DHhsFNKZ"
  },
  "jwt_secret": "20QlTbYUHskeuUvNvFJ3yFepBLr99rHV",
  "api_keys": {
    "stripe": "sk_live_zPRWeRLaTaaiBTg1eBZe1Yzq",
    "sendgrid": "SG.m72YSxGjKvoPjf+tMZQq0J",
    "twilio_sid": "AC66efa4b7c27c416aa9f2afd816a48466"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}