{
  "name": "user-service",
  "version": "1.2.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zEmlUWuFA2LgQj8QPIVO"
  },
  "jwt_secret": "TraGxHB74D/bdVczCCAdezJC5NoDNKFr",
  "api_keys": {
    "stripe": "sk_live_PQIGehOSNhbCIaNiCfcg1YCw",
    "sendgrid": "SG./DQDvR1Zbx82DCQJTP36DX",
    "twilio_sid": "AC5b8535f837684cdd3074e9f6d2d2229e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}