{
  "name": "auth-service",
  "version": "3.9.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "4pF75PmPxEF2rLrpZrWw"
  },
  "jwt_secret": "t2t6x/jr5ffRJZj60htV02PJ1xnK/QRC",
  "api_keys": {
    "stripe": "sk_live_IkyScmTJccGBLCIvdZ06BHJo",
    "sendgrid": "SG.9w0Ys8Jo16Zi50/bwAFQ+w",
    "twilio_sid": "AC6daa86ddfd939a12c6aefe473ed89dc0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}