{
  "name": "auth-service",
  "version": "3.8.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m1Qw0z5FB3PHlzDCVXeU"
  },
  "jwt_secret": "TaLQZI/yg+7bAm6k3Du5ntlnqpeB9zcQ",
  "api_keys": {
    "stripe": "sk_live_KeZUudJmdwuw91wBFiD272nV",
    "sendgrid": "SG.ZNeLJAw1Vb6LEzw6DsdJYR",
    "twilio_sid": "ACbf065887219acaa5bf8580ca853287a6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}