aboutsummaryrefslogtreecommitdiffstats
path: root/test/database.conf
blob: a9c0e904b5b2d4c10473258ddea4ccc98e10c181 (plain)
1
2
3
4
5
6
7
8
9
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'))"}.