{
  "name": "auth-service",
  "version": "1.1.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JkrSW9VPhcGmDDwoJEUV"
  },
  "jwt_secret": "xTsO2bFdZWu8N2SpP1CbXRLjmL8yoMHU",
  "api_keys": {
    "stripe": "sk_live_zOnxlat7WLNAj528Huj1vymP",
    "sendgrid": "SG.l6sLRfw8qbT0iTptCid8JB",
    "twilio_sid": "AC88a3be0e4b7731a78e7e7f04774564e7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}