{
  "name": "auth-service",
  "version": "3.7.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "muJZwh8K1wkiKg6mqiPC"
  },
  "jwt_secret": "0agHnANud5VKkq2eT3bBJ4CbUGzkId20",
  "api_keys": {
    "stripe": "sk_live_Ts9lW7FkCGfrVzAEtsq1uNsC",
    "sendgrid": "SG.OwuREfAMiTkuxyxJ69Wa4f",
    "twilio_sid": "AC03db13cc87c2bbcd940b1e88ed256769"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}