{
  "name": "auth-service",
  "version": "3.9.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "y3BUInHQUOSPJNaVzNqq"
  },
  "jwt_secret": "RERuUBZQwCXif27EUvjGGrntsGZ3nNpl",
  "api_keys": {
    "stripe": "sk_live_oTRyF7GG2ZSAlURoyDCOKSi0",
    "sendgrid": "SG.J7wH9lNJAzhkUj1IEiJ4+J",
    "twilio_sid": "AC3e8e409f612838164a466fe244a61543"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}