{
  "name": "auth-service",
  "version": "1.5.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ywHOAUiyjJo43pLFbpAi"
  },
  "jwt_secret": "RnxvH002qXbULrz70ZrUXq+s1UB5pqpu",
  "api_keys": {
    "stripe": "sk_live_46qOgOZglfFoNApQfqxcPP0z",
    "sendgrid": "SG.ILetSRT2RjcgTGi/V6WX9E",
    "twilio_sid": "AC43a0cb707c1467b0752250441854c356"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}