{
  "name": "auth-service",
  "version": "3.7.28",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "32ExIGGWPHO9O0haEtPM"
  },
  "jwt_secret": "tUDBPFuhm6O1Sd9aYP9vdtO6ydiQTghx",
  "api_keys": {
    "stripe": "sk_live_1ugOHNn0ztFOIt5Nw2hAiQ8p",
    "sendgrid": "SG.wDd9W9nYsqqlBYME7Y4Yw8",
    "twilio_sid": "AC341b90c0a81214ae0ae633b5c4b7415f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}