|
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
# See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
#++ |
|
|
|
|
|
|
|
|
|
# = ChiliProject configuration file |
|
|
|
|
# = OpenProject configuration file |
|
|
|
|
# |
|
|
|
|
# Each environment has it's own configuration options. If you are only |
|
|
|
|
# running in production, only the production block needs to be configured. |
|
|
|
@ -81,7 +81,7 @@ |
|
|
|
|
# |
|
|
|
|
# ==== SMTP server at using TLS (GMail) |
|
|
|
|
# |
|
|
|
|
# This requires some additional configuration. See the article at: |
|
|
|
|
# This requires some additional configuration. See the article at: |
|
|
|
|
# http://redmineblog.com/articles/setup-redmine-to-send-email-using-gmail/ |
|
|
|
|
# |
|
|
|
|
# production: |
|
|
|
@ -116,30 +116,17 @@ default: |
|
|
|
|
port: 25 |
|
|
|
|
domain: example.net |
|
|
|
|
authentication: :login |
|
|
|
|
user_name: "chiliproject@example.net" |
|
|
|
|
password: "chiliproject" |
|
|
|
|
user_name: "openproject@example.net" |
|
|
|
|
password: "my_openproject_password" |
|
|
|
|
|
|
|
|
|
# Absolute path to the directory where attachments are stored. |
|
|
|
|
# The default is the 'files' directory in your ChiliProject instance. |
|
|
|
|
# Your ChiliProject instance needs to have write permission on this |
|
|
|
|
# The default is the 'files' directory in your OpenProject instance. |
|
|
|
|
# Your OpenProject instance needs to have write permission on this |
|
|
|
|
# directory. |
|
|
|
|
# Examples: |
|
|
|
|
# attachments_storage_path: /var/chiliproject/files |
|
|
|
|
# attachments_storage_path: D:/chiliproject/files |
|
|
|
|
# attachments_storage_path: /var/openproject/files |
|
|
|
|
# attachments_storage_path: |
|
|
|
|
|
|
|
|
|
# Path to the directories where themes are stored. |
|
|
|
|
# Can be an absolute path or one relative to your ChiliProject instance. |
|
|
|
|
# You can configure multiple paths. |
|
|
|
|
# The default is the 'public/themes' directory in your ChiliProject instance. |
|
|
|
|
# Examples: |
|
|
|
|
# themes_storage_paths: public/themes |
|
|
|
|
# themes_storage_paths: |
|
|
|
|
# - public/themes |
|
|
|
|
# - /opt/themes |
|
|
|
|
# - D:/chiliproject/themes |
|
|
|
|
# themes_storage_path: |
|
|
|
|
|
|
|
|
|
# Configuration of the autologin cookie. |
|
|
|
|
# autologin_cookie_name: the name of the cookie (default: autologin) |
|
|
|
|
# autologin_cookie_path: the cookie path (default: /) |
|
|
|
|