{
  "name": "auth-service",
  "version": "1.4.26",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aGyygKcpMCZTG05kCEBo"
  },
  "jwt_secret": "ZmfXoBxLdvySl0SM0Wue26392W4bLAZq",
  "api_keys": {
    "stripe": "sk_live_EVgJyJ2CZ5RX9yKQQpRgszw9",
    "sendgrid": "SG.Q7pPtK7vjrWgxeXqtrPFGC",
    "twilio_sid": "ACfc90dc5eef4bdaa3c17974575d799fc5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}