{
  "name": "auth-service",
  "version": "2.4.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "of9FjfT8tBqHLoiMbc6v"
  },
  "jwt_secret": "ev6nVtaASDMIOYQto8tEwTO7NwYP+x+y",
  "api_keys": {
    "stripe": "sk_live_vhBuuR6WsptE53Szia2O9Nhs",
    "sendgrid": "SG.Ux/WPjKcw8RUFbia7R4NrS",
    "twilio_sid": "AC10f34dabc34b08b6ec73847ce1bb422d"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}