summaryrefslogtreecommitdiff
path: root/patchwork/templates/patchwork/pwclientrc
blob: 7d466d890da59bf1a877a403483c24c707504afe (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 'xmlrpc' %}
{% if user.is_authenticated %}
username = {{ user.username }}
password = <add your patchwork password here>
{% endif %}