aboutsummaryrefslogtreecommitdiffstats
path: root/test/database.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/database.conf')
-rw-r--r--test/database.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/database.conf b/test/database.conf
new file mode 100644
index 0000000..61b208d
--- /dev/null
+++ b/test/database.conf
@@ -0,0 +1,10 @@
+%% -*- Erlang -*-
+
+{db_info, [{name, "mysqlerl_test"},
+ {host, "localhost"},
+ {port, undefined},
+ {username, "root"},
+ {password, undefined},
+ {options, []}]}.
+
+{insert_data, "INSERT INTO user (username, password) VALUES (bjc, MD5('test')), (siobain, MD5('test2'))"}.