{
  "name": "auth-service",
  "version": "3.1.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "saZDtihkcL66p5b7KJph"
  },
  "jwt_secret": "+titKaBzwYAOI5deavQZK+FuKMSG9dWj",
  "api_keys": {
    "stripe": "sk_live_hl4pKWijgViT7bLO7By8EnBM",
    "sendgrid": "SG.SS2h3hw1yTnT8VtORZNqvI",
    "twilio_sid": "AC80077b214aa95470419185f1dabec3d0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}