{
  "name": "user-service",
  "version": "2.5.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eKOjuBCntdA5CMMw9EzV"
  },
  "jwt_secret": "bZ4XLZ6Js2zFPgAYRBel8HLpffT2Z39V",
  "api_keys": {
    "stripe": "sk_live_uRl3vu6hRnDUabc0NPvLirjg",
    "sendgrid": "SG.Wib79xdhQI+NMDWiUCvHTk",
    "twilio_sid": "AC8c67aa1863627c4ed0822e6471a59187"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}