{
  "name": "user-service",
  "version": "3.4.15",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ER1cykcIFbfRR60U4Tsk"
  },
  "jwt_secret": "JOJsNl30gDqRYpoFO2Oneisy9Dt3MccA",
  "api_keys": {
    "stripe": "sk_live_gTfQ5PZhuukUDoo1y1U3iKa3",
    "sendgrid": "SG.1LCPKnwR6thcOzIj8U3ZEG",
    "twilio_sid": "AC65c74edd56a22f73c9203dadffe6760d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}