# 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 }}]
backend = {{ api_backend }}
url = {{ api_scheme }}://{{ site.domain }}{{ api_path }}
{% if user.is_authenticated %}username = {{ user.username }}
password = <add your patchwork password here>{% endif %}
