{
  "name": "payment-service",
  "version": "2.0.26",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Hiz8w85e6HdxED3ltxS8"
  },
  "jwt_secret": "mu5lG2t37Q5AMr7+ugiEbmlZX7MAB763",
  "api_keys": {
    "stripe": "sk_live_5mDLZTXNFP3rG2l8okIFNk78",
    "sendgrid": "SG.J881iiGRfxHWjcbPoslFjt",
    "twilio_sid": "AC814e752069e97731b017ef0c1bfc2c86"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}