mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
ff19400cb0
svn:r11794
7 lines
220 B
Ruby
7 lines
220 B
Ruby
$CONFIG = {} unless $CONFIG
|
|
$CONFIG['database'] = {} unless $CONFIG['database']
|
|
|
|
$CONFIG['database']['dbname'] = 'tornaming';
|
|
$CONFIG['database']['user'] = 'tornaming';
|
|
$CONFIG['database']['password'] = 'x';
|