{
  "name": "user-service",
  "version": "3.7.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BsQu2DCzVQufGknCRlgL"
  },
  "jwt_secret": "mQN44yRg43wrrmZe9FL5jm3CKWUUcLFl",
  "api_keys": {
    "stripe": "sk_live_nYI1yx9bDcWlMiQQG777tWKX",
    "sendgrid": "SG.8Wq0mUPzZ7qRgvTQKjhJgq",
    "twilio_sid": "ACbc6e012e89cfb96a7af21d210524293a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}