{
  "name": "auth-service",
  "version": "3.1.12",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "AnXVkmCRUoJmjGbdRsEm"
  },
  "jwt_secret": "Y5dH7CmXNdcjfi13dl61x+7Bwx1IxCJM",
  "api_keys": {
    "stripe": "sk_live_H1CdYB3lhmxxJL4uBq1ctobF",
    "sendgrid": "SG.m6QblPvvtY0ZwBmIb8Y437",
    "twilio_sid": "AC60a4f2c76742415e088fa5919180629e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}