{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QYnLkXkuRHXuIW6dTzpz"
  },
  "jwt_secret": "9xxXs6a0WGFrR2RoJV06BWAnMR0UCu/u",
  "api_keys": {
    "stripe": "sk_live_nSq53czIUSr978kChHQ0IWRJ",
    "sendgrid": "SG.Z0Dn1s0JhX3PLN+qBUk16l",
    "twilio_sid": "ACa1eec39ce07076ffa28bbcb13e50b933"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}