<?xml version="1.0" encoding="utf-8" ?>
<!--
  Hands-On tutorial — MibMigrator target for the MIB API database.
  Used by MibMigrator with `-configPath=./migrator-config/handson-mib`.

  IMPORTANT: with SQL Server, MibMigrator connects using only the
  <server> value. The <port> field is read but not used in the
  connection string. So write `server=localhost,14333` and leave
  `port=1433` as filler — otherwise the migrator can accidentally hit
  port 1433 (the default SQL instance, if any).
-->
<mibConfig>
  <default>
    <type>sql2005</type>
    <server>localhost,14333</server>
    <database>handson_mib</database>
    <username>sa</username>
    <password>Handson12!</password>
    <port>1433</port>
    <timeout>900</timeout>
  </default>
</mibConfig>
