{
  "name": "user-service",
  "version": "2.0.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "rSqsiw89FlwR6guDn666"
  },
  "jwt_secret": "ZQYvUCeAHjINMjIuVsa1GIwLv/wT4wO9",
  "api_keys": {
    "stripe": "sk_live_WKeAW3fIB8En0ofj0JtC5siD",
    "sendgrid": "SG.6F3ZRLhpc53qplwek0XSto",
    "twilio_sid": "ACf074a2e104dcce403f2494ce27779d3c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}