# ----------------------------------- # # Here you have to make your Settings # # ----------------------------------- # %config = ( # ------ MySql Settings ------ # mysql_host => 'localhost', mysql_user => 'testuser', mysql_pass => 'testpw', mysql_db => 'test_db', # ------ Login Settings [ only as MD5 ] ------ # login_user => '5d9c68c6c50ed3d02a2fcf54f63993b6', login_pass => '8eee3efdde1eb6cf6639a58848362bf4', ); return %config;