{
  "name": "user-service",
  "version": "1.2.27",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "y0bB0GtXLYs2gD5PeXoZ"
  },
  "jwt_secret": "YYN4tMyAjtnEXDw24T9sMV434EhojdmK",
  "api_keys": {
    "stripe": "sk_live_JH9j4R3HKOuJL6LDeMmO9gNU",
    "sendgrid": "SG.lv2IMBLgkbQwtTeDpt6iAr",
    "twilio_sid": "ACc11b298febd964c7032a3107035d37cc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}