# <?php exit; ?>
### ##############################################################################
### MobiLog! Configuration File
###
### Specifies settings used in the operation of this software.
###
### For more information about MobiLog!:
###
### http://www.accliptic.com/products/opensource/ml/
###
### ##############################################################################
### ##############################################################################
### 1. Primary Configuration Items
###
### These must be configured during the initial setup process for the software to
### function.
###
<[['conf']['moblog_title']: MobiLog!
<[['conf']['moblog_password']: changeme
### ##########################################################################
### Database Authentication: Information for connecting to database.
<[['conf']['db_hostname']: db_hostname
<[['conf']['db_database']: db_database
<[['conf']['db_username']: db_username
<[['conf']['db_password']: db_password
### ##########################################################################
### Mail: Email account setup information.
<[['conf']['mail_username']: mail_username
<[['conf']['mail_password']: mail_password
<[['conf']['mail_hostname']: mail_hostname
### ##########################################################################
### URLs/Paths: Base path and URL information.
# Tip: both of these settings should end with a "/"!
<[['conf']['base_url']: http://www.yourwebsite.com/mobilog/
<[['conf']['base_path']: /home/username/yourwebsite.com/mobilog/
### ##########################################################################
### Date/Time: Temporal setting information.
# Time zone as offset from CST (PST: -8, MST: -7, CST: -6, EST: -5, etc).
<[['conf']['time_zone_offset']: -8
### ##############################################################################
### 2. Secondary Configuration Items
###
### These items control various functions related to the software, but
### can be left at their default settings if you wish.
###
### ##########################################################################
### Theme: Change the look-and-feel of your MobiLog! moblog.
<[['conf']['theme']: oceanic
### ##########################################################################
### Feed: Customized feed information.
# Note: Currently only the Atom feed format is supported!
<[['conf']['feed_support_enabled']: 1
<[['conf']['feed_limit']: 10
<[['conf']['feed_title']: My MobiLog! Feed
<[['conf']['feed_subtitle']: My MobiLog! syndication feed.
<[['conf']['feed_author']: Me
### ##########################################################################
### Summary File: Most recent feed summary file.
<[['conf']['entry_summary_limit']: 5
### ##########################################################################
### Security: Restrict posting by email address and/or password.
<[['conf']['accept_from_email_1']:
<[['conf']['accept_from_email_2']:
<[['conf']['accept_from_email_3']:
<[['conf']['req_password_email']: 0
### ##########################################################################
### Thumbnails: Thumbnail generation preferences.
<[['conf']['thumbnail_support']: 1
<[['conf']['thumbnail_width']: 160
<[['conf']['thumbnail_height']: 120
<[['conf']['thumbnail_convert_loc']: /usr/bin/convert