Commit 305bcd2 1 parent e54bead commit 305bcd2 Copy full SHA for 305bcd2
File tree 1 file changed +11
-14
lines changed
1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,6 @@ The sections below outline in more detail the application environment variables
6
6
7
7
See other topic pages in this section for more specific environment variable configurations.
8
8
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
-
23
9
## Amplitude
24
10
25
11
!!! tldr "Amplitude API docs"
@@ -57,6 +43,17 @@ Boolean:
57
43
58
44
A list of strings representing the host/domain names that this Django site can serve.
59
45
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
+
60
57
### ` DJANGO_DEBUG `
61
58
62
59
!!! warning "Deployment configuration"
You can’t perform that action at this time.
0 commit comments