Last active
August 29, 2015 14:24
-
-
Save marcioalthmann/44294b9e763955fda88a to your computer and use it in GitHub Desktop.
Configuração BIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration> | |
<configSections> | |
<section name="Bit" type="Benner.Tecnologia.Business.Test.Bit, Benner.Tecnologia.Business.Test" /> | |
</configSections> | |
<Bit> | |
<Profiles> | |
<Profile Name="Desenvolvimento" | |
Default="True" | |
SuperServerHost="Servidor" | |
SystemName="Sistema" | |
UserName="Usuário" | |
Password="Senha" | |
SystemWorkDir="C:\Benner\Bin\Runner" | |
/> | |
<Profile Name="Testes" | |
SuperServerHost="Servidor" | |
SystemName="Sistema" | |
UserName="Usuário" | |
Password="Senha" | |
SystemWorkDir="C:\Benner\Bin\Runner" | |
/> | |
</Profiles> | |
</Bit> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment