diff --git a/scripts/healthchecks/email.conf b/scripts/healthchecks/email.conf deleted file mode 100644 index c5360d6..0000000 --- a/scripts/healthchecks/email.conf +++ /dev/null @@ -1,5 +0,0 @@ -DEFAULT_FROM_EMAIL = -EMAIL_HOST = -EMAIL_PORT = 465 -EMAIL_HOST_USER = -EMAIL_HOST_PASSWORD = \ No newline at end of file diff --git a/scripts/healthchecks/email.conf.copy b/scripts/healthchecks/email.conf.copy new file mode 100644 index 0000000..f2ec051 --- /dev/null +++ b/scripts/healthchecks/email.conf.copy @@ -0,0 +1,5 @@ +export DEFAULT_FROM_EMAIL = +export EMAIL_HOST = +export EMAIL_PORT = 465 +export EMAIL_HOST_USER = +export EMAIL_HOST_PASSWORD = \ No newline at end of file