summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/pwclientrc
blob: d7c1c321a36e16849945e9a9c51303dd7aa2dd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sample .pwclientrc file for the {{ project.linkname }} project,
# running on {{ site.domain }}.
#
# Save this file to ~/.pwclientrc
#
[base]
url: http://{{site.domain}}{% url django_xmlrpc.views.handle_xmlrpc %}
project: {{ project.linkname }}
{% if user.is_authenticated %}
[auth]
user: {{ user.username }}
password: <add your patchwork password here>
{% endif %}