Skip to content

Commit 100cc71

Browse files
committed
mini reset
1 parent 2729cca commit 100cc71

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

tools/ci/ci_config.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
address 127.0.0.1
2-
port 3306
3-
database tg_ci
4-
login root
5-
password root
1+
SQL_ENABLED
2+
ADDRESS 127.0.0.1
3+
PORT 3306
4+
DATABASE tg_ci
5+
FEEDBACK_DATABASE tg_ci
6+
FEEDBACK_TABLEPREFIX
7+
FEEDBACK_LOGIN root
8+
FEEDBACK_PASSWORD root
9+
LAVALAND_BUDGET 0
10+
SPACE_BUDGET 0

tools/ci/run_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tools/deploy.sh ci_test
55
# mkdir ci_test/config
66

77
#test config
8-
cp tools/ci/ci_config.txt ci_test/config/dbconfig.txt
8+
cp tools/ci/ci_config.txt ci_test/config/config.txt
99

1010
cd ci_test
1111
DreamDaemon cev_eris.dmb -close -trusted -verbose -params "log-directory=ci"

0 commit comments

Comments
 (0)