{
  "name": "user-service",
  "version": "3.5.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "SFC1gG75k3Es3aOfFu2N"
  },
  "jwt_secret": "Zu4WcLRjB9VkpV7TVkexjaDLg9GfKEu+",
  "api_keys": {
    "stripe": "sk_live_bPAechNazb5AuH0K6yPw1Ngx",
    "sendgrid": "SG.YouQUptwm1Q7bvS9w0TqAB",
    "twilio_sid": "ACe7546be12729037c77c97fd71a788e29"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}