Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perl-WebService-Redmine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
perl-WebService-Redmine
Commits
a1f61071
Commit
a1f61071
authored
Apr 10, 2014
by
Anton Soldatov
Browse files
Options
Downloads
Patches
Plain Diff
Sample config files updated
parent
d42631e2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config-samples/default-layout.conf
+10
-0
10 additions, 0 deletions
config-samples/default-layout.conf
config-samples/redminer.conf
+25
-0
25 additions, 0 deletions
config-samples/redminer.conf
with
35 additions
and
0 deletions
layout
-sample.conf
→
config
-sample
s/default-layout
.conf
+
10
−
0
View file @
a1f61071
#
# 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
...
...
This diff is collapsed.
Click to expand it.
config-samples/redminer.conf
0 → 100644
+
25
−
0
View file @
a1f61071
#
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment