{
  "name": "user-service",
  "version": "2.1.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "X05rTM81e5LtpnFh0LVg"
  },
  "jwt_secret": "RC7a6I9UVVk0+2lM0RjmT9EmIjplGsjV",
  "api_keys": {
    "stripe": "sk_live_vdXFjF5Pchk01vgyy1hlFVxc",
    "sendgrid": "SG.ghmmF2gA8txg0Inc0qSVSu",
    "twilio_sid": "AC8f925d0674e285f7edd8747ad1e8e8d5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}