blob: c401c0ce17e7ea305c3520dfe834c57b769bbd1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[mdt]
# Set the MDT server to connect to
server = localhost.example.com
# Set the MDT Instance
instance = EXAMPLEINSTANCE
# Set the MDT database
database = MDTDB
# Configure login credentials
user = local.domain\admin
password = adminpassword
[tower]
groupname = mdt
|