{
  "name": "user-service",
  "version": "1.0.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4OEUn0qFxz4Qnglo23xn"
  },
  "jwt_secret": "eughpVNKhdIStTt+ejuKw0jp5iKs+5o4",
  "api_keys": {
    "stripe": "sk_live_dN2AxJzVtGPhK7sGPOXsjutg",
    "sendgrid": "SG.+NwEkM87txGTaUxuVIuuHh",
    "twilio_sid": "AC5ccd81167f3c30e194c02ad687fd4ffb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}