This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -166,11 +166,11 @@ ckan.hide_activity_from_users = %(ckan.site_id)s
166
166
167
167
## Email settings
168
168
169
- #email_to = you@yourdomain .com
170
- #error_email_from = paste@localhost
169
+ #email_to = errors@example .com
170
+ #error_email_from = ckan-errors@example.com
171
171
#smtp.server = localhost
172
172
#smtp.starttls = False
173
- #smtp.user = your_username@gmail .com
173
+ #smtp.user = username@example .com
174
174
#smtp.password = your_password
175
175
#smtp.mail_from =
176
176
Original file line number Diff line number Diff line change @@ -1775,7 +1775,7 @@ smtp.server
1775
1775
1776
1776
Example::
1777
1777
1778
- smtp.server = smtp.gmail .com:587
1778
+ smtp.server = smtp.example .com:587
1779
1779
1780
1780
Default value: ``None ``
1781
1781
@@ -1801,7 +1801,7 @@ smtp.user
1801
1801
1802
1802
Example::
1803
1803
1804
- smtp.user = your_username@gmail .com
1804
+ smtp.user = username@example .com
1805
1805
1806
1806
Default value: ``None ``
1807
1807
@@ -1827,7 +1827,7 @@ smtp.mail_from
1827
1827
1828
1828
Example::
1829
1829
1830
- smtp.mail_from = you@yourdomain .com
1830
+ smtp.mail_from = ckan@example .com
1831
1831
1832
1832
Default value: ``None ``
1833
1833
@@ -1841,7 +1841,7 @@ email_to
1841
1841
1842
1842
Example::
1843
1843
1844
- email_to = you@yourdomain .com
1844
+ email_to = errors@example .com
1845
1845
1846
1846
Default value: ``None ``
1847
1847
@@ -1854,7 +1854,7 @@ error_email_from
1854
1854
1855
1855
Example::
1856
1856
1857
- error_email_from = paste@localhost
1857
+ error_email_from = ckan-errors@example.com
1858
1858
1859
1859
Default value: ``None ``
1860
1860
Original file line number Diff line number Diff line change 6
6
[DEFAULT]
7
7
debug = true
8
8
# Uncomment and replace with the address which should receive any error reports
9
- # email_to = you@yourdomain .com
9
+ # email_to = errors@example .com
10
10
smtp_server = localhost
11
- error_email_from = paste@localhost
11
+ error_email_from = ckan-errors@example.com
12
12
13
13
[server:main]
14
14
use = egg:Paste# http
You can’t perform that action at this time.
0 commit comments