{
  "name": "user-service",
  "version": "3.2.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7x88OSwn9XKocZVbqB5w"
  },
  "jwt_secret": "Q38BEZDK6LBXddVldPyaOW9ws5rxKAjA",
  "api_keys": {
    "stripe": "sk_live_ZynVhcBd0f1iEkcDcNNRSekq",
    "sendgrid": "SG./drBJytZKlBAhaIbhGUA8s",
    "twilio_sid": "AC2978343ff744588a6048b79808e922f9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}