{
  "name": "auth-service",
  "version": "3.0.19",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jqi0pvueFcWj0N7GIaLU"
  },
  "jwt_secret": "zb5Fnd6kg7PdIt5muR/wnQ8PjrIiowKU",
  "api_keys": {
    "stripe": "sk_live_OUi15YMnx1DeMlFwFizakgbY",
    "sendgrid": "SG.7ByarDn7J9Y7W0zqM8dC40",
    "twilio_sid": "AC4f633d69b20968168862780bc4c14916"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}