{
  "name": "auth-service",
  "version": "2.8.25",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "td3qpUfPgHvnLiCjP4jt"
  },
  "jwt_secret": "D4tl/RrQ1aurl7DSBf8O0etYxzA4CheN",
  "api_keys": {
    "stripe": "sk_live_3khu1TVkds58HyuU4kFc9Dmb",
    "sendgrid": "SG./2ak+jZHddza0wBl46DYNM",
    "twilio_sid": "AC8195a631aedc24c8a659bf948c2f3962"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}