{
  "name": "user-service",
  "version": "2.9.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ElXPWerF7YydT1xY5ugk"
  },
  "jwt_secret": "LqCqp6GoaN0pGhe7u/SkYoIHlgGvDeng",
  "api_keys": {
    "stripe": "sk_live_KFXL1I4tdRSAzcEz6lSghNe1",
    "sendgrid": "SG.O7W2HAPZoZ1ReCjvpvYokp",
    "twilio_sid": "AC14e7d16b56a8af0b70f065dfc49fc220"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}