Skip to content

Commit 305bcd2

Browse files
committed
docs: describe DJANGO_DB_DIR env var
remove reference to a Docker env var that is no longer used
1 parent e54bead commit 305bcd2

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

docs/configuration/environment-variables.md

+11-14
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ The sections below outline in more detail the application environment variables
66

77
See other topic pages in this section for more specific environment variable configurations.
88

9-
## Docker
10-
11-
### `COMPOSE_PROJECT_NAME`
12-
13-
!!! info "Local configuration"
14-
15-
This setting only affects the app running on localhost
16-
17-
!!! tldr "Docker docs"
18-
19-
Read more at <https://docs.docker.com/compose/reference/envvars/#compose_project_name>
20-
21-
Name that Docker Compose prefixes to the project for container runs.
22-
239
## Amplitude
2410

2511
!!! tldr "Amplitude API docs"
@@ -57,6 +43,17 @@ Boolean:
5743

5844
A list of strings representing the host/domain names that this Django site can serve.
5945

46+
### `DJANGO_DB_DIR`
47+
48+
!!! warning "Deployment configuration"
49+
50+
You may change this setting when deploying the app to a non-localhost domain
51+
52+
The directory where Django creates its Sqlite database file. _Must exist and be
53+
writable by the Django process._
54+
55+
By default, the base project directory (i.e. the root of the repository).
56+
6057
### `DJANGO_DEBUG`
6158

6259
!!! warning "Deployment configuration"

0 commit comments

Comments
 (0)