{
  "name": "auth-service",
  "version": "1.4.18",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M6ogwtdGbb7S3XqEeJhW"
  },
  "jwt_secret": "y+rVuj26iOCa0uGQMy3yFAptb3LMB1dz",
  "api_keys": {
    "stripe": "sk_live_5up1mxFz0AZz2Hftgy53EhSJ",
    "sendgrid": "SG.a35E5MFJZ1TG+QXZaIiO02",
    "twilio_sid": "ACf34e7236193d2762462f5bd051bc219d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}