Skip to content
Snippets Groups Projects
Commit a7ee03ad authored by renater.salaun's avatar renater.salaun
Browse files

remove file

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@79 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 6ce32127
No related branches found
No related tags found
No related merge requests found
package IdPAccountManager::Data::DB::AutoBase1;
use strict;
use base 'Rose::DB';
__PACKAGE__->use_private_registry;
__PACKAGE__->register_db
(
connect_options => { AutoCommit => 1, ChopBlanks => 1 },
driver => 'mysql',
dsn => 'dbi:mysql:dbname=idp_account_manager;host=localhost',
password => 'PQur;m9#I[',
username => 'idpadmin',
);
1;
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