App-CPANIDX-HTTP-Server

 view release on metacpan or  search on metacpan

bin/cpanidx_httpserver  view on Meta::CPAN

  # cpanidx.ini

  port=8082
  dsn=dbi:SQLite:dbname=cpanidx.db
  
  $ cpanidx_httpserver --config cpanidx.ini

=head1 CONFIGURATION

Configuration is stored in an L<Config::Tiny> style initialisation file. By default
it looks for a C<cpanidx.ini> in the current working directory. This can be amended
by using the C<--config> command line switch.

If no previous configuration is found, the script will default to using L<DBD::SQLite>
based database C<cpanidx.db> in the current working directory.

The following configuration options are available:

=over

=item C<dsn>



( run in 0.332 second using v1.01-cache-2.11-cpan-64827b87656 )