feat(CI): prevent PRs that cause DB errors to get on master (#1407)

This commit is contained in:
Francesco Borzì
2019-02-06 23:55:23 +01:00
committed by GitHub
parent 90e559ad8a
commit 7b61731958
6 changed files with 63 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
################################################
# AzerothCore World Server configuration file #
################################################
[worldserver]
LoginDatabaseInfo = "127.0.0.1;3306;root;;acore_auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;;acore_world"
CharacterDatabaseInfo = "127.0.0.1;3306;root;;acore_characters"
EnableLogDB = 1
DataDir = "/home/travis/build/azerothcore/azerothcore-wotlk/env/dist/data"
LogsDir = "/home/travis/build/azerothcore/azerothcore-wotlk/env/dist/bin"