{
  "name": "user-service",
  "version": "2.9.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8tUKNODaCITxlM4ZjtZM"
  },
  "jwt_secret": "fGPNKHfP9k49b0+Hc8xuaoUyjHOc1J6S",
  "api_keys": {
    "stripe": "sk_live_vwB1rsDK9nldl1Z3NOVkpUQx",
    "sendgrid": "SG.Uwr0EXUUl1mPrwLkciTSqL",
    "twilio_sid": "AC2e5e164b5bde7be691224f54ddea1cab"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}