diff options
Diffstat (limited to 'test/database.conf')
-rw-r--r-- | test/database.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/database.conf b/test/database.conf index 61b208d..a9c0e90 100644 --- a/test/database.conf +++ b/test/database.conf @@ -1,10 +1,10 @@ %% -*- Erlang -*- {db_info, [{name, "mysqlerl_test"}, - {host, "localhost"}, - {port, undefined}, - {username, "root"}, - {password, undefined}, - {options, []}]}. + {host, "localhost"}, + {port, undefined}, + {username, "root"}, + {password, undefined}, + {options, []}]}. {insert_data, "INSERT INTO user (username, password) VALUES (bjc, MD5('test')), (siobain, MD5('test2'))"}. |