File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
################################################################################################
8
8
9
9
DATABASE_URL=postgresql://postgres:postgres@db:5432/postgres?schema=public
10
- REDIS_URI="redis://redis:6379/0"
11
- PYTHON_ENV=production
10
+
11
+ PYTHON_ENV=production
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ class Settings(BaseSettings):
28
28
# Why? This way we can control most production values through commits, instead
29
29
# of having to manually set them in the production server. The `.env` in production
30
30
# is reserved only for secrets.
31
+ # Also, all env variables required to build containers must be set in `.env.default`
31
32
32
33
# Environment name. Used to select the correct environment variables.
33
34
# Possible values: "development", "production".
You can’t perform that action at this time.
0 commit comments