{
  "name": "user-service",
  "version": "2.1.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PJjLj5Vh2bCYXZ23gQxx"
  },
  "jwt_secret": "SRJ7G/3p9UWm5K4Bfleka2Stz9LTDyCG",
  "api_keys": {
    "stripe": "sk_live_sZgGo2BoHrVeD6g0eDIb8QcJ",
    "sendgrid": "SG.sHMT/hwD1hCae8mOm7eQfj",
    "twilio_sid": "ACe5148baf2aa36f204916e905723ca207"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}