summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/pwclientrc
blob: d331003a269d96f77db0fd3a13154a8988bde0c0 (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 }}.
#
# Just append this file to your existing ~/.pwclientrc
# If you do not already have a ~/.pwclientrc, then copy this file to
# ~/.pwclientrc, and uncomment the following two lines:
# [options]
# default={{ project.linkname }}

[{{ project.linkname }}]
url= {{scheme}}://{{site.domain}}{% url 'patchwork.views.xmlrpc.xmlrpc' %}
{% if user.is_authenticated %}
username: {{ user.username }}
password: <add your patchwork password here>
{% endif %}