{
  "name": "auth-service",
  "version": "1.8.14",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "d5Km91veGHg16GuKjepf"
  },
  "jwt_secret": "y6OKp1u/G9l05cRmbViTotakezHRQMlS",
  "api_keys": {
    "stripe": "sk_live_JXMBk3pCzB6zHOz1idvOl4AK",
    "sendgrid": "SG.AkcDdnA/E+7hetYGNb5O/I",
    "twilio_sid": "AC266e3429121701f5caa1751c3c2ebd5b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}