CPAN-MetaPackager
view release on metacpan or search on metacpan
data/cpan.metapackager.conf view on Meta::CPAN
[global]
# host:
# o Specifies which section to use after the [global] section ends.
# o Values are one of localhost || webhost.
# o Values are case-sensitive.
#
# Warning:
# o This file is processed by Config::Tiny.
# o See CPAN::MetaPackager::Config.
# o So, do not put comments at the ends of lines.
# o 'key=value # A comment' sets key to 'value # A comment' :-(.
#
# Warning:
# o DBD_SQLITE_STRING_MODE_BYTES cannot be passed thru from a config file,
# because that way it is treated as a 'string', and SQLite cannot use it.
host = localhost
[localhost]
# Database stuff
# --------------
AutoCommit = 1
dsn = dbi:SQLite:dbname=data/cpan.metapackager.sqlite
#dsn = dbi:mysql:database=cpan.metapackager
#dsn = dbi:Pg:dbname=cpan.metapackager
RaiseError = 1
username = local
password = local
mysql_enable_utf8 = 1
mysql_enable_utf8mb4 = 1
pg_enable_utf8 = 1
# General stuff
# -------------
log_path = log/development.log
[webhost]
# TBA.
( run in 1.394 second using v1.01-cache-2.11-cpan-6aa56a78535 )