diff --git a/.github/workflows/ci-pr-backend.yml b/.github/workflows/ci-pr-backend.yml
index c8bc9d60..b2885cd4 100644
--- a/.github/workflows/ci-pr-backend.yml
+++ b/.github/workflows/ci-pr-backend.yml
@@ -10,6 +10,7 @@ on:
- 'server/**/*.java'
- 'server/**/*.xml'
- 'server/pom.xml'
+ - 'server/**/*.yml'
- '.github/workflows/server-ci.yml'
jobs:
diff --git a/mailgun-templates/email_changed.html b/mailgun-templates/email_changed.html
index ad54fbc1..c70feb61 100644
--- a/mailgun-templates/email_changed.html
+++ b/mailgun-templates/email_changed.html
@@ -157,14 +157,14 @@
If you made this change, no further action is needed.
If you did not make this change, secure your account immediately and contact
- ricardompcampos@gmail.com.
+ support@tasknote.cc.
diff --git a/mailgun-templates/password_change_confirmation.html b/mailgun-templates/password_change_confirmation.html
index 0d9ac450..13c653d2 100644
--- a/mailgun-templates/password_change_confirmation.html
+++ b/mailgun-templates/password_change_confirmation.html
@@ -125,7 +125,7 @@
If this was you, no action is required. If this was not you, secure your account
right away and contact
- ricardompcampos@gmail.com.
+ support@tasknote.cc.
Thank you for helping keep your account safe.
@@ -134,7 +134,7 @@
diff --git a/mailgun-templates/password_reset.html b/mailgun-templates/password_reset.html
index 9ad8427c..a5caf25b 100644
--- a/mailgun-templates/password_reset.html
+++ b/mailgun-templates/password_reset.html
@@ -167,7 +167,7 @@
diff --git a/mailgun-templates/sign_up_confirmation.html b/mailgun-templates/sign_up_confirmation.html
index 10151891..db112e40 100644
--- a/mailgun-templates/sign_up_confirmation.html
+++ b/mailgun-templates/sign_up_confirmation.html
@@ -157,7 +157,7 @@
diff --git a/server/src/main/resources/application.yml b/server/src/main/resources/application.yml
index 7b791168..c75033cf 100644
--- a/server/src/main/resources/application.yml
+++ b/server/src/main/resources/application.yml
@@ -13,8 +13,8 @@ logging:
mailgun:
api-key: ${MAILGUN_APIKEY:abc123456}
- domain: tasknote.darkroasted.vps-kinghost.net
- sender-email: no-reply@tasknote.darkroasted.vps-kinghost.net
+ domain: tasknote.cc
+ sender-email: no-reply@tasknote.cc
server:
port: 8585