diff options
Diffstat (limited to 'contrib/auto-naming/db-config.rb')
-rw-r--r-- | contrib/auto-naming/db-config.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/auto-naming/db-config.rb b/contrib/auto-naming/db-config.rb index 3cf2dbe32a..b1508c1b70 100644 --- a/contrib/auto-naming/db-config.rb +++ b/contrib/auto-naming/db-config.rb @@ -1,6 +1,8 @@ $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'; |