~trond-norbye/narada/main

« back to all changes in this revision

Viewing changes to perl-lib/Password.pm.fragment

  • Committer: patg
  • Date: 2009-05-18 12:33:26 UTC
  • Revision ID: patg@webserver-20090518123326-7e6evrp7171u9y1n
Added narada.conf.dist file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
        'narada' => {
2
2
                         'username' => 'narada',
3
 
                         'password' => 'yourpassword',
 
3
                         'password' => 'n@rada',
4
4
                         'port' => '',
5
5
                         'database' => 'narada',
6
6
                         'attributes' => {},
7
 
                         'connect' => 'DBI:mysql:database=narada;host=localhost',
 
7
                         'connect' => 'DBI:mysql:database=narada;host=dbserver',
8
8
                         'driver' => 'mysql',
9
9
                         'host' => 'localhost'
10
10
                       },