Skip to content
Snippets Groups Projects
Commit 9881f1b7 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

simplification: no need for parameters beyond mandatory driver

parent 447c3d5e
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,7 @@ use Mojo::Base 'Rose::DB';
__PACKAGE__->use_private_registry;
__PACKAGE__->SUPER::register_db (
driver => 'mysql',
host => 'localhost',
database => 'fake',
password => 'fake',
username => 'fake',
driver => 'mariadb',
);
Rose::DB->max_array_characters(500);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment