We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2729cca commit 100cc71Copy full SHA for 100cc71
2 files changed
tools/ci/ci_config.txt
@@ -1,5 +1,10 @@
1
-address 127.0.0.1
2
-port 3306
3
-database tg_ci
4
-login root
5
-password root
+SQL_ENABLED
+ADDRESS 127.0.0.1
+PORT 3306
+DATABASE tg_ci
+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
@@ -5,7 +5,7 @@ tools/deploy.sh ci_test
# mkdir ci_test/config
#test config
-cp tools/ci/ci_config.txt ci_test/config/dbconfig.txt
+cp tools/ci/ci_config.txt ci_test/config/config.txt
cd ci_test
11
DreamDaemon cev_eris.dmb -close -trusted -verbose -params "log-directory=ci"
0 commit comments