|
|
|
@ -1,4 +1,4 @@ |
|
|
|
|
# = Redmine configuration file |
|
|
|
|
# = ChiliProject 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. |
|
|
|
@ -87,16 +87,16 @@ default: |
|
|
|
|
port: 25 |
|
|
|
|
domain: example.net |
|
|
|
|
authentication: :login |
|
|
|
|
user_name: "redmine@example.net" |
|
|
|
|
password: "redmine" |
|
|
|
|
user_name: "chiliproject@example.net" |
|
|
|
|
password: "chiliproject" |
|
|
|
|
|
|
|
|
|
# Absolute path to the directory where attachments are stored. |
|
|
|
|
# The default is the 'files' directory in your Redmine instance. |
|
|
|
|
# Your Redmine instance needs to have write permission on this |
|
|
|
|
# The default is the 'files' directory in your ChiliProject instance. |
|
|
|
|
# Your ChiliProject instance needs to have write permission on this |
|
|
|
|
# directory. |
|
|
|
|
# Examples: |
|
|
|
|
# attachments_storage_path: /var/redmine/files |
|
|
|
|
# attachments_storage_path: D:/redmine/files |
|
|
|
|
# attachments_storage_path: /var/chiliproject/files |
|
|
|
|
# attachments_storage_path: D:/chiliproject/files |
|
|
|
|
attachments_storage_path: |
|
|
|
|
|
|
|
|
|
# Configuration of the autologin cookie. |
|
|
|
|