{
  "name": "user-service",
  "version": "1.6.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qLcTn7uOLIZxjQcCyDyk"
  },
  "jwt_secret": "RjWhlAYL1DoBixF2JdQNm3asJsGBoV7i",
  "api_keys": {
    "stripe": "sk_live_H7EjZfQVvfDWUPEhiywloDoP",
    "sendgrid": "SG.7a8l0GbqdEi6pvPKDju52D",
    "twilio_sid": "AC28b375f7d34682decee262419cf7e030"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}