Skip to content

Commit 270672a

Browse files
committed
pre-commit markdownlength increase, fixing DEVELOPMENT.md line length
1 parent 9e3fee7 commit 270672a

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

.markdownlint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
MD013:
2+
line_length: 120

DEPLOYMENT.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,19 @@ There is no email server connected up so users need to be
108108
individually approved and their email verified by an admin
109109

110110
## 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.
112111

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.
114114

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.
117+
118+
- `DJANGO_CONFIGURATION` this is used by
119+
[django_configurations](https://django-configurations.readthedocs.io/en/stable/)
120+
to read in the correct set of environment variables. The value `AwsProductionConfiguation`
121+
should be used when using S3 as storage
122+
- `DJANGO_DATABASE_*` these variables tell django how to connect to your postgres database.
123+
The `_URL` should be a postgres connection string, e.g. `postgres://user:password@postgres:5432/django`
124+
- `DJANGO_CELERY_BROKER_URL` is used to make sure django can send tasks to the `celery` service.
125+
For example, if using [RabbitMQ](https://www.rabbitmq.com/), it might look like this: `amqp://rabbitmq:5672`
118126
- `AWS_*` and `DJANGO_STORAGE_BUCKET_NAME` are used to make sure the application can connect to your S3 bucket

0 commit comments

Comments
 (0)