aboutsummaryrefslogtreecommitdiff
path: root/cfg
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-06-13 15:10:39 +0200
committercedricbonhomme <devnull@localhost>2011-06-13 15:10:39 +0200
commit966e4a0cb67a739b83031d6dc323f12a1d98356a (patch)
tree7093ed2801b8e79006f1f0adb1413263cd598588 /cfg
parentAdded better comments in the code. (diff)
downloadnewspipe-966e4a0cb67a739b83031d6dc323f12a1d98356a.tar.gz
newspipe-966e4a0cb67a739b83031d6dc323f12a1d98356a.tar.bz2
newspipe-966e4a0cb67a739b83031d6dc323f12a1d98356a.zip
Added support of different POD for diaspora.
Diffstat (limited to 'cfg')
-rwxr-xr-xcfg/pyAggr3g470r.cfg-sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg/pyAggr3g470r.cfg-sample b/cfg/pyAggr3g470r.cfg-sample
index d4b3d6e1..63de4005 100755
--- a/cfg/pyAggr3g470r.cfg-sample
+++ b/cfg/pyAggr3g470r.cfg-sample
@@ -6,4 +6,6 @@ mail_from = pyAggr3g470r@no-reply.com
mail_to = address_of_the_recipient@example.com
smtp = smtp.example.com
username = your_mail_address@example.com
-password = your_password \ No newline at end of file
+password = your_password
+[misc]
+diaspora_pod = joindiaspora.com
bgstack15