{
  "name": "auth-service",
  "version": "3.0.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "m1Hd0CTif8ZpgJtWIfNO"
  },
  "jwt_secret": "8o448Lc9ZALrXx4FAnXxaBZdgIJHW8cm",
  "api_keys": {
    "stripe": "sk_live_0YhBWQVPrSY3w5QXAc8WIPyj",
    "sendgrid": "SG.XRndQ297OqKnjeWqPFaaDT",
    "twilio_sid": "AC3957a08264b9b54b8b24ae879babca05"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}