{
  "name": "user-service",
  "version": "1.5.5",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "4VWa9dcYA001CKE2L5Tc"
  },
  "jwt_secret": "1fZOVSAipuG2I3KX3jgPTv0hVly5VZl3",
  "api_keys": {
    "stripe": "sk_live_pEFYRwivehBKQ4WamhMnQJTW",
    "sendgrid": "SG.Jpdxq4SYz+MP7MRsYAU8Cl",
    "twilio_sid": "AC138373a4bb251f19726cb184b3ea276b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}