-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathconfig-full
16 lines (16 loc) · 1.12 KB
/
config-full
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="svn_auth_dir" value="/home/git-svn-bridge/.subversion/auth" />
<add key="db_filename" value="/home/git-svn-bridge/.config/git-svn-auth-manager/userinfo.db" />
<add key="mail_sending_enabled" value="false" />
<add key="smtp_username" value="[email protected]" />
<add key="smtp_password" value="password" />
<add key="smtp_server_host" value="smtp.gmail.com" />
<add key="smtp_server_port" value="587" />
<add key="mail_from" value="[email protected]" />
<add key="mail_subject" value="[git-svn-auth-manager] SVN ACCESS ERROR" />
<add key="mail_body" value="Hi {0}! 
An error occurred while accessing SVN with your credentials. Either your credentials are wrong or the SVN repository is down. If your password has changed, then please update it with 
{1} --change-passwd-for {2} 
in the git-svn bridge host or ask for help from the person who manages it. 
Details: 
--- 
{3} 
--- 
Best, {1}" />
<add key="do_not_check_server_certificate" value="true" />
</appSettings>
</configuration>