0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 20:14:28 +01:00
gitea/modules/setting
zeripath f6ba912cd6 Default NO_REPLY_ADDRESS to DOMAIN (#9325)
* Default NO_REPLY_ADDRESS to DOMAIN

The default NO_REPLY_ADDRESS was previously noreply.example.org
This PR changes this to default to the default DOMAIN for gitea.

* Change default to noreply.%(DOMAIN)s

* Change default to "noreply" + Domain
2019-12-13 23:14:43 -05:00
..
cache.go
cors.go
cron.go
database.go
database_sqlite.go
database_test.go
git.go
indexer.go
indexer_test.go
log.go Fix #9151 - smtp logger configuration sendTos should be an array (#9154) 2019-11-25 13:38:57 +00:00
mailer.go
markup.go Markdown: Sanitizier Configuration (#9075) 2019-12-07 14:49:04 -05:00
migrations.go
repository.go
service.go Default NO_REPLY_ADDRESS to DOMAIN (#9325) 2019-12-13 23:14:43 -05:00
session.go
setting.go FCGI: Allow FCGI over unix sockets (#9298) 2019-12-10 13:23:26 +01:00
task.go
webhook.go