{
  "name": "payment-service",
  "version": "1.9.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "i9HiP3lHcLNQXJ41bsuu"
  },
  "jwt_secret": "BlCu6cCDmxsjTm+JGaYK4MaUKFT7fenu",
  "api_keys": {
    "stripe": "sk_live_lPucjjnCDBwpRbOCBX2UNIsZ",
    "sendgrid": "SG.aOA9kRg7Zdr9QyDEnuIkON",
    "twilio_sid": "AC4dc705d4a001205f6a283f36e5e4ff6d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}