Skip to content

Instantly share code, notes, and snippets.

@marcioalthmann
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcioalthmann/44294b9e763955fda88a to your computer and use it in GitHub Desktop.
Save marcioalthmann/44294b9e763955fda88a to your computer and use it in GitHub Desktop.
Configuração BIT
<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