CPAN-MetaCurator

 view release on metacpan or  search on metacpan

data/cpan.metacurator.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::MetaCurator::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.metacurator.sqlite
#dsn					= dbi:mysql:database=cpan.metacurator
#dsn					= dbi:Pg:dbname=cpan.metacurator
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 0.671 second using v1.01-cache-2.11-cpan-437f7b0c052 )