Skip to content

Commit

Permalink
Change mailer sender (#123)
Browse files Browse the repository at this point in the history
* Change mailer sender

* Update DIBA_TAG
  • Loading branch information
tramuntanal authored Jul 19, 2023
1 parent 85d2bb0 commit 4e25845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ When signing in, the following fields from the `default.ldif` should ve used:
To publish to docker hub:

```
DIBA_TAG=v13.0.8-decidim_0.26.5
DIBA_TAG=v13.0.9-decidim_0.26.5
DIBA_DOCKER_TAG=diputaciobcn/decidim-diba:$DIBA_TAG
docker build --network=host -f Dockerfile.production -t $DIBA_DOCKER_TAG .
docker tag $DIBA_DOCKER_TAG diputaciobcn/decidim-diba:latest
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/decidim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Decidim.configure do |config|
config.application_name = "Decidim DIBA"
config.mailer_sender = "decidim@diba.cat"
config.mailer_sender = "suportparticipa311@diba.cat"
config.sms_gateway_service = "Decidim::Verifications::Sms::SmsGateway"

# Whether SSL should be enabled or not.
Expand Down

0 comments on commit 4e25845

Please sign in to comment.