config/settings.default.yml in fat_free_crm-0.11.1 vs config/settings.default.yml in fat_free_crm-0.11.2
- old
+ new
@@ -14,32 +14,33 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#------------------------------------------------------------------------------
# Fat Free CRM settings are stored in three places, and are loaded in the following order:
-#
+#
# 1) config/settings.default.yml
# 2) config/settings.yml (if exists)
# 3) 'settings' table in database (if exists)
#
# Any settings in `config/settings.yml` will override those in
# `config/settings.default.yml`, and settings in the database table have the highest priority.
-#
+#
# This settings arrangement offers a lot of flexibility:
#
# * Developers can add new settings to the application with default values,
# without requiring the user to manually update setting files or run tasks.
# * No manual configuration is required to start the application after installation
# * IT administrators can change the default configuration by adding 'settings.yml'
-# to their git repo, or by running SQL that updates the 'settings' table in the database.
+# to their git repo, or by running SQL that updates the 'settings' table in the database.
# * Admin users can change settings via the admin interface, without needing to edit YAML files.
#
-# PLEASE DO NOT EDIT THE SETTINGS IN THIS FILE.
+# PLEASE DO NOT EDIT THE SETTINGS IN THIS FILE.
# COPY THE SETTINGS THAT YOU WANT TO OVERRIDE INTO `config/settings.yml`
#
#------------------------------------------------------------------------------
+
# Host
#------------------------------------------------------------------------------
# Host for URLs when action mailer generates emails.
#
# When sending email, you will need to set the host name so that the mailer can
@@ -94,20 +95,38 @@
:ssl : "" # True for secure IMAP connection, false othewise.
:address : "" # Dropbox email address.
:user : "" # User to login to the IMAP server.
:password : "" # Password to login to the IMAP server.
:scan_folder : "" # Folder to scan for dropbox messages.
- :attach_to_account : "" # Attach emails to contact's account, if any. The same rule applies to opportunities.
+ :attach_to_account : "" # Attach emails to contact's account, if any.
+ # (The rule above also applies to opportunities.)
+# :address_aliases: # Optional: List any aliases that you also want to
+# - example_alias@example.com # ignore when scanning recipients
# :move_to_folder : "" # Optional: folder to move processed messages to.
# :move_invalid_to_folder : "" # Optional: folder to move invalid messages to.
+
+# Settings for 'Reply via email' inbox (IMAP)
+#------------------------------------------------------------------------------
+:email_comment_replies:
+ :server : "" # IMAP server name.
+ :port : "" # IMAP server port number.
+ :ssl : "" # True for secure IMAP connection, false othewise.
+ :address : "" # Comment reply email address.
+ :user : "" # User to login to the IMAP server.
+ :password : "" # Password to login to the IMAP server.
+ :scan_folder : "" # Folder to scan for comment replies.
+# :move_to_folder : "" # Optional: folder to move processed messages to.
+# :move_invalid_to_folder : "" # Optional: folder to move invalid messages to.
+
+
# Individual locales per user
#------------------------------------------------------------------------------
-# To enable language selection in User/Profile set the following option to true.
+# To enable language selection in User/Profile set the following option to true.
# By default, individual users can't pick their own locale and are presented
-# with the default locale.
+# with the default locale.
#
:per_user_locale: false
# Default records permissions
@@ -142,11 +161,11 @@
# Dropdown calendar format
#------------------------------------------------------------------------------
# The following setting controls whether to show time in dropdown calendar
# when scheduling a task for specific date.
# true -- allow selecting date and time. (default)
-# false -- allow selecting date only.
+# false -- allow selecting date only.
#
:task_calendar_with_time: true
# Require last name on Leads and Contacts
@@ -168,11 +187,11 @@
:paper_trail_ui_enabled: false
# Background information
#------------------------------------------------------------------------------
-# Specify model names that should have background information displayed.
+# Specify model names that should have background information displayed.
# This field can be used when importing records from legacy databases,
# to display the 'background' of where they came from.
#
# Select any combination from the following list.
#
@@ -202,10 +221,10 @@
]
:admin_tabs: [
{ :active : true, :text : :admin_tab_users, :url : { :controller : "admin/users" } },
{ :active : false, :text : :admin_tab_fields, :url : { :controller : "admin/fields" } },
- { :active : false, :text : :admin_tab_tags, :url : { :controller : "admin/tags" } },
+ { :active : false, :text : :admin_tab_tags, :url : { :controller : "admin/tags" } },
{ :active : false, :text : :admin_tab_settings, :url : { :controller : "admin/settings" } },
{ :active : false, :text : :admin_tab_plugins, :url : { :controller : "admin/plugins" } }
]
# Account Category. To add custom account type use string value, for example: