{
  "name": "auth-service",
  "version": "1.5.24",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "MVaQ4oOfa3y0EYJyaaxS"
  },
  "jwt_secret": "ye96dzoRaTS/cvZYlXmyJLAMjqb5YjZT",
  "api_keys": {
    "stripe": "sk_live_Od0K9mRpAXMv8qpei7GCbcUt",
    "sendgrid": "SG.IE0/swA44evrISoRY5lNzS",
    "twilio_sid": "ACcdf43cb4134c678e7bda48204edb0fb8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}