Changed conf file names to not overwrite your conf files.

This commit is contained in:
hondacrx
2017-06-22 12:50:35 -04:00
parent bedfbd46e8
commit 1a39a0b628
4 changed files with 7 additions and 7 deletions
@@ -90,7 +90,7 @@ WrongPass.BanType = 0
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;cypher;cypher;auth"
# Default: "127.0.0.1;3306;username;password;auth"
LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
+1 -1
View File
@@ -130,7 +130,7 @@
<Content Include="Red.ico" />
</ItemGroup>
<ItemGroup>
<None Include="BNetServer.conf">
<None Include="BNetServer.conf.dist">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
@@ -37,10 +37,10 @@ LogsDir = "./Logs"
# Description: Database connection settings for the world server.
# Example: "hostname;port;username;password;database"
# Default: "127.0.0.1;3306;cypher;cypher;auth" - (LoginDatabaseInfo)
# "127.0.0.1;3306;cypher;cypher;world" - (WorldDatabaseInfo)
# "127.0.0.1;3306;cypher;cypher;characters" - (CharacterDatabaseInfo)
# "127.0.0.1;3306;cypher;cypher;hotfixes" - (HotfixDatabaseInfo)
# Default: "127.0.0.1;3306;username;password;auth" - (LoginDatabaseInfo)
# "127.0.0.1;3306;username;password;world" - (WorldDatabaseInfo)
# "127.0.0.1;3306;username;password;characters" - (CharacterDatabaseInfo)
# "127.0.0.1;3306;username;password;hotfixes" - (HotfixDatabaseInfo)
LoginDatabaseInfo = "127.0.0.1;3306;username;password;auth"
WorldDatabaseInfo = "127.0.0.1;3306;username;password;world"
+1 -1
View File
@@ -101,7 +101,7 @@
<Content Include="Blue.ico" />
</ItemGroup>
<ItemGroup>
<None Include="WorldServer.conf">
<None Include="WorldServer.conf.dist">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>