{
  "name": "auth-service",
  "version": "2.7.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "tiplYg8ku6OhxDtgb3xE"
  },
  "jwt_secret": "CYBs9GYSIQFzqy+SNheinMV+p19RVH9S",
  "api_keys": {
    "stripe": "sk_live_YtfjBfnqQrQK8wFz1fnirNSD",
    "sendgrid": "SG.5gmv1yjzbT2o8+/SteygRW",
    "twilio_sid": "ACd2b2abe18ba94cbdfb5446f4572e008e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}