{
  "name": "auth-service",
  "version": "2.1.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "t2GjFF7ZF0C60VftzHpS"
  },
  "jwt_secret": "/NHqTuFL10/8m+Ot6xCII9Omu0ZbFUjR",
  "api_keys": {
    "stripe": "sk_live_hHsdDgQh7KsdVf2Q794l8rMF",
    "sendgrid": "SG.dOIG/fjlG2VjpqDOZowm3E",
    "twilio_sid": "AC4e058553771760724357f0bde1e18c28"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}