diff --git a/docs/config.md b/docs/config.md index 2704dc5..792f10b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -9,6 +9,7 @@ SECRET_KEY=^2uql114+yy0d$xv6+lm8*#1=uxs_oa0zw0bvu^fpi4tc9x0i ANON_KEY=627626823549f787c3ec763ff687169206626149 [SERVER] +PRODUCTION=False DEBUG=True ALLOWED_HOSTS=* SERVER_VERSION=24.06.13 @@ -64,4 +65,4 @@ This value is used as the `"NAME"`in Django's [DATABASES](https://docs.djangopro ### EMAIL_BACKEND Specifies which of Django's [EMAIL_BACKEND](https://docs.djangoproject.com/en/5.0/topics/email/#topic-email-backends) classes to use. -This app has been tested using the `django.core.mail.backends.smtp.EmailBackend` with `sendmail` and a GMail account in production, and with `django.core.mail.backends.console.EmailBackend` in local deployments. \ No newline at end of file +This app has been tested using the `django.core.mail.backends.smtp.EmailBackend` with `sendmail` and a GMail account in production, and with `django.core.mail.backends.console.EmailBackend` in local deployments.