{
  "name": "user-service",
  "version": "3.1.0",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "Qc29Ream1e1XRBuV95CD"
  },
  "jwt_secret": "34vZEQOVcRQaslqiZWeSupFxLQqj276u",
  "api_keys": {
    "stripe": "sk_live_B2wYTTm5TI9jv8CKlv7RI8rC",
    "sendgrid": "SG.Fwlho9v2JKnZPy3rLE6tb9",
    "twilio_sid": "AC170191ddc47bd27a9afffa0cafee1281"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}