{
  "name": "user-service",
  "version": "2.8.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "heg91cXJwQlsBYNPEnal"
  },
  "jwt_secret": "Fl2sVzp065YEZVeS3K2iYTt2rPKFmQLG",
  "api_keys": {
    "stripe": "sk_live_TYc4FojljLISuec4mrMzaiND",
    "sendgrid": "SG.vEqVrQkUTgVDeuX9gqxHsc",
    "twilio_sid": "AC59dff5acd8e1d4179288bf7870ed1ce9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}