You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOYMENT.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,11 +108,19 @@ There is no email server connected up so users need to be
108
108
individually approved and their email verified by an admin
109
109
110
110
## Using AWS S3
111
-
In order to use AWS S3 as your storage service, you'll need to make sure to start the Django application with the correct configuration.
112
111
113
-
As a starting point for configuring your environment, see [dev/.env.prod.s3.template](dev/.env.prod.s3/template) for a list of environment variables that you'll need to populate for your deployment.
112
+
In order to use AWS S3 as your storage service, you'll need
113
+
to make sure to start the Django application with the correct configuration.
114
114
115
-
-`DJANGO_CONFIGURATION` this is used by [django_configurations](https://django-configurations.readthedocs.io/en/stable/) to read in the correct set of environment variables. The value `AwsProductionConfiguation` should be used when using S3 as storage
116
-
-`DJANGO_DATABASE_*` these variables tell django how to connect to your postgres database. The `_URL` should be a postgres connection string, e.g. `postgres://user:password@postgres:5432/django`
117
-
-`DJANGO_CELERY_BROKER_URL` is used to make sure django can send tasks to the `celery` service. For example, if using [RabbitMQ](https://www.rabbitmq.com/), it might look like this: `amqp://rabbitmq:5672`
115
+
As a starting point for configuring your environment, see [dev/.env.prod.s3.template](dev/.env.prod.s3/template)
116
+
for a list of environment variables that you'll need to populate for your deployment.
0 commit comments