{
  "name": "auth-service",
  "version": "3.2.13",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kIeMWvU06wEsDkS9jDvf"
  },
  "jwt_secret": "z1y8j8dHBIijOcqnG6J1wIhwlb0WOlFM",
  "api_keys": {
    "stripe": "sk_live_bIE3gwA5IRrtP1of524SCR6M",
    "sendgrid": "SG.L2xaEpHMyDeiiV/np8cVFv",
    "twilio_sid": "AC3867962cd571339e175477e3800b2882"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}