summaryrefslogtreecommitdiff
path: root/tests/configs/config.mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configs/config.mysql.php')
-rw-r--r--tests/configs/config.mysql.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/configs/config.mysql.php b/tests/configs/config.mysql.php
new file mode 100644
index 00000000..27e32744
--- /dev/null
+++ b/tests/configs/config.mysql.php
@@ -0,0 +1,12 @@
+<?php
+
+define('DB_DRIVER', 'mysql');
+define('DB_USERNAME', 'root');
+define('DB_PASSWORD', 'kanboard');
+define('DB_HOSTNAME', 'mysql');
+define('DB_NAME', 'kanboard');
+
+define('DEBUG', true);
+define('LOG_DRIVER', 'stderr');
+
+define('API_AUTHENTICATION_TOKEN', 'test');