{
  "name": "user-service",
  "version": "3.2.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "duYhCCefFBIqGgevhLLO"
  },
  "jwt_secret": "BBNaxROlYnGwwcLBvNTTRUn1i5AuXJZ7",
  "api_keys": {
    "stripe": "sk_live_UwEiXsu5HkZf4q7VWugO5ng7",
    "sendgrid": "SG.ifApq3/s9wtmQ286xQfK7R",
    "twilio_sid": "AC1da468b7e0a282f5d447ed44853c1eb5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}