mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
423293dead
svn:r12600
9 lines
327 B
Ruby
9 lines
327 B
Ruby
$CONFIG = {} unless $CONFIG
|
|
$CONFIG['database'] = {} unless $CONFIG['database']
|
|
|
|
# if you use postgres' "ident sameuser" auth set dbhost to ''
|
|
$CONFIG['database']['dbhost'] = 'localhost';
|
|
$CONFIG['database']['dbname'] = 'tornaming';
|
|
$CONFIG['database']['user'] = 'tornaming';
|
|
$CONFIG['database']['password'] = 'x';
|