Make an attempt to fix bug 1024.
[tor/rransom.git] / contrib / auto-naming / db-config.rb
blobb1508c1b7020eb43d04fc2fd531db4eafa23e690
1 $CONFIG             = {} unless $CONFIG
2 $CONFIG['database'] = {} unless $CONFIG['database']
4 # if you use postgres' "ident sameuser" auth set dbhost to ''
5 $CONFIG['database']['dbhost'] = 'localhost';
6 $CONFIG['database']['dbname'] = 'tornaming';
7 $CONFIG['database']['user'] = 'tornaming';
8 $CONFIG['database']['password'] = 'x';