{
  "name": "user-service",
  "version": "2.5.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "h32EjX32Tcz1wpnUkiWd"
  },
  "jwt_secret": "j8y1jnlzFUPjNOynjFZ9kniFP6js78cu",
  "api_keys": {
    "stripe": "sk_live_K9TM7R38YdUisg3JC8lXeE7m",
    "sendgrid": "SG.ZA5+nJJ/ADCj3AZKGzed9j",
    "twilio_sid": "ACee87d34964146e343ef38f9b51466471"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}