{
  "name": "user-service",
  "version": "2.7.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "p0nWxN9b2lejsV5WWVUe"
  },
  "jwt_secret": "17d5LmawDurJEjWJBYsW1Mz8dMT7C8u2",
  "api_keys": {
    "stripe": "sk_live_ZmaDCqKy8cdZsE8x4OYhipQh",
    "sendgrid": "SG.N6qDN8V5lYsMu06j6Ouf7I",
    "twilio_sid": "AC3c031a9fcc5dc0f7a7d7ed3be05259ae"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}