diff --git a/layout-sample.conf b/config-samples/default-layout.conf
similarity index 51%
rename from layout-sample.conf
rename to config-samples/default-layout.conf
index 1d8ef26083bc6f616eeb3c5573e9e3ce9673b109..e55bd0f63d7485c91fb8a48fe196374ead338348 100644
--- a/layout-sample.conf
+++ b/config-samples/default-layout.conf
@@ -1,8 +1,18 @@
+#
+# 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]
 description=<<DESCRIPTION
 Description of the master project
 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]
 name_suffix=Development
 description=<<DESCRIPTION
diff --git a/config-samples/redminer.conf b/config-samples/redminer.conf
new file mode 100644
index 0000000000000000000000000000000000000000..08e5625abe206ba441e47766de842a64a44f4197
--- /dev/null
+++ b/config-samples/redminer.conf
@@ -0,0 +1,25 @@
+#
+# 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