{
  "name": "auth-service",
  "version": "3.5.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "qXLGIRY7OX6udpiALhY5"
  },
  "jwt_secret": "38cnssiPLLRVupnOq60jVWOF+sao6MLj",
  "api_keys": {
    "stripe": "sk_live_4zJRFhZuxxni5W2xjSroEaPR",
    "sendgrid": "SG.kLq8RR0v3VZjbUFwdojGe5",
    "twilio_sid": "AC8a49cf95f3321038d503be5fc380d607"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}