{
  "name": "user-service",
  "version": "1.0.17",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "oOYbkBfZNfl7nnKPVZQ5"
  },
  "jwt_secret": "aWTM7COUqe20akjDuohxMS9UfhGsAUoE",
  "api_keys": {
    "stripe": "sk_live_nUVmAJ69w9RVOE6Y8hyqaVMP",
    "sendgrid": "SG.3gS4hwMbel/l6lpKiGh+3s",
    "twilio_sid": "ACb4ea61a4958c76de38980b76df8845a9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}