{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "F6nn1YkRfAnqUNVoPvUO"
  },
  "jwt_secret": "f+fMtHT71Zospo59Fs74U4n2neEE3Ve3",
  "api_keys": {
    "stripe": "sk_live_9sBbQkfxFYT28RG8HiW5M8Zd",
    "sendgrid": "SG.GxMutd1GMk8wNbVL6uARYt",
    "twilio_sid": "AC2fe38ba1983ca8ae373f9e30e98e2bd5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}