summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/pwclientrc
blob: c932b1173e862bf7d5d9984e146d31aa653ff9fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Sample .pwclientrc file for the {{ project.linkname }} project,
# running on {{ site.domain }}.
#
# Save this file to ~/.pwclientrc
#
[base]
url: {{scheme}}://{{site.domain}}{% url patchwork.views.xmlrpc.xmlrpc %}
project: {{ project.linkname }}
{% if user.is_authenticated %}
# Adding authentication parameters will allow you to use the 'update'
# command on patches that you are allowed to edit.
[auth]
username: {{ user.username }}
password: <add your patchwork password here>
{% endif %}