{
  "name": "user-service",
  "version": "2.0.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hIMPjnGOGREIK5ctOHbG"
  },
  "jwt_secret": "lxw1pR0aMgR7SYLguyHCfPT0E8VW3Uit",
  "api_keys": {
    "stripe": "sk_live_NXo3raEAos6SnQbv3oUS0IxT",
    "sendgrid": "SG.Ohdyutayxh7+VLXCGJWrs7",
    "twilio_sid": "ACcbd1e1f6183d4084c08bfa5c8fe1aa03"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}