Skip to content
Snippets Groups Projects
Commit a1f61071 authored by Anton Soldatov's avatar Anton Soldatov
Browse files

Sample config files updated

parent d42631e2
Branches
No related tags found
No related merge requests found
#
# Default layout should be located at $HOME/.redminer/default-layout.conf
# Custom path may be specified as
# perl redminer.pl --layout /path/to/layout.conf
#
[project] [project]
description=<<DESCRIPTION description=<<DESCRIPTION
Description of the master project Description of the master project
DESCRIPTION DESCRIPTION
# Copy permission from the project with ID 42
perm_source=42
# Subproject suffix is the rest of the section name after the 'subproject-'part:
[subproject-development] [subproject-development]
name_suffix=Development name_suffix=Development
description=<<DESCRIPTION description=<<DESCRIPTION
......
#
# Default config should be located at $HOME/.redminer/redminer.conf
# Custom path may be specified as
# perl redminer.pl --conf /path/to/redminer.conf
#
[redmine]
host=redmine.example.com
# Host could also include a path and/or schema prefix ('http' is the default value), e.g.:
# * example.com/redmine
# * http://example.com/redmine
# * https://example.com/redmine
# etc.
key=xxx
# How to obtain an API key:
# http://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication
# You can find your API key on your account page ( /my/account ) when logged in, on the right-hand pane of the default layout.
# User+Password auth is also possible:
# [redmine]
# host=redmine.example.com
# user=redmine-robot
# pass=p@s$w0rD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment