App-Office-Contacts-Import-vCards

 view release on metacpan or  search on metacpan

lib/App/Office/Contacts/Import/vCards/.htoffice.import.vcards.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.

host=localhost

[localhost]

# Database stuff
# --------------
# Note:
# o sqlite_unicode=1 is only for DBD::SQLite.
#   If not using SQLite, you can safely leave that line in here.
# o Session stuff (below) also refers to database stuff.

AutoCommit=1
dsn=dbi:SQLite:dbname=/tmp/contacts.sqlite
#dsn=dbi:Pg:dbname=contacts
sqlite_unicode=1
RaiseError=1
username=contact
password=contact
max_note_length=10000

# Session stuff
# -------------

session_cookie=0
session_driver=driver:sqlite
#session_driver=driver:postgresql
session_table_name=sessions
session_timeout=+10h

# Identification stuff (for the About tab)
# ----------------------------------------

program_author=Ron Savage
program_faq_url=/contacts.faq.html
program_name=App::Office::Contacts::Import::vCards
program_version=V 1.00

# Logging stuff
# -------------

min_log_level=debug

# Template stuff
# --------------
# This is a disk path.

tmpl_path=/var/www/assets/templates/app/office/contacts

# CSS stuff
# ---------
# This is a URL.

css_url=/assets/css/app/office/contacts

# Javascript stuff
# ----------------
# This is a URL.
# My httpd.conf uses: DocumentRoot "/var/www",
# hence the YUI disk path is:      "/var/www/yui".

yui_url=/yui

[webhost]

# TBA.



( run in 1.765 second using v1.01-cache-2.11-cpan-98e64b0badf )