URI: 
       database.yml.example - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
  HTML git clone git://jay.scot/warvox
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       database.yml.example (310B)
       ---
            1 production:
            2   adapter: postgresql
            3   database: warvox
            4   username: warvox
            5   password: "<yourpass>"
            6   host: 127.0.0.1
            7   port: 5432
            8   pool: 100
            9   timeout: 5
           10 
           11 development:
           12   adapter: postgresql
           13   database: warvox
           14   username: warvox
           15   password: "<yourpass>"
           16   host: 127.0.0.1
           17   port: 5432
           18   pool: 100
           19   timeout: 5
           20 
           21