{
  "name": "user-service",
  "version": "2.2.21",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "X3RrMwb4sIcTmTF6GoEg"
  },
  "jwt_secret": "AWJxg4PyeLnpQUj63QGALIDZfufJYJ6t",
  "api_keys": {
    "stripe": "sk_live_bYfc2bip2vR3WEO7jD505Rvg",
    "sendgrid": "SG.W9W/KxdkYM+z8Bu3Mvr/O+",
    "twilio_sid": "ACd22b89fe3f76b64a2881261dd2115cbe"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}