{
  "name": "user-service",
  "version": "3.2.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Pb4yE9p0WJ1qhas4dKkw"
  },
  "jwt_secret": "7O/e1SQW6zJ6fAZhhAfNOh/ISDgaJekh",
  "api_keys": {
    "stripe": "sk_live_FVDFMq8rzUZxaEnhKZ1jCk6f",
    "sendgrid": "SG.4JcsVO6PkbvQUrTP0szxJc",
    "twilio_sid": "ACe35b2872374c4dc1a70a2bf79efb947c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}