Skip to content

Commit df23980

Browse files
committed
Removed 'ENABLE_PREVIEW' env variable
1 parent 0f323ac commit df23980

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

Dockerfile.rocky8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ ARG FREEZE_TO_TAPE=""
110110
ARG ENABLE_CRACKLIB=True
111111
ARG ENABLE_IMNOTIFY=False
112112
ARG ENABLE_NOTIFY=True
113-
ARG ENABLE_PREVIEW=False
114113
ARG ENABLE_WORKFLOWS=False
115114
ARG ENABLE_VERIFY_CERTS=True
116115
ARG ENABLE_JUPYTER=True

Dockerfile.rocky9

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ ARG FREEZE_TO_TAPE=""
111111
ARG ENABLE_CRACKLIB=True
112112
ARG ENABLE_IMNOTIFY=False
113113
ARG ENABLE_NOTIFY=True
114-
ARG ENABLE_PREVIEW=False
115114
ARG ENABLE_WORKFLOWS=False
116115
ARG ENABLE_VERIFY_CERTS=True
117116
ARG ENABLE_JUPYTER=True

development.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ PERMANENT_FREEZE=""
120120
ENABLE_CRACKLIB=True
121121
ENABLE_IMNOTIFY=False
122122
ENABLE_NOTIFY=True
123-
ENABLE_PREVIEW=False
124123
ENABLE_WORKFLOWS=False
125124
ENABLE_VERIFY_CERTS=True
126125
ENABLE_JUPYTER=False

development_gdp.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ ENABLE_FREEZE=False
118118
ENABLE_CRACKLIB=True
119119
ENABLE_IMNOTIFY=False
120120
ENABLE_NOTIFY=True
121-
ENABLE_PREVIEW=False
122121
ENABLE_WORKFLOWS=False
123122
ENABLE_VERIFY_CERTS=True
124123
ENABLE_JUPYTER=False

doc/source/sections/configuration/variables.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,6 @@ Variables
407407
* - ENABLE_NOTIFY
408408
- True
409409
- Enable the built-in user notification daemon to inform users about failed logins, etc. on email.
410-
* - ENABLE_PREVIEW
411-
- False
412-
- Enable the built-in image preview feature - deprecated.
413410
* - ENABLE_WORKFLOWS
414411
- False
415412
- Enable the built-in workflows feature to act on file system events

production.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ PERMANENT_FREEZE="freeze backup"
120120
ENABLE_CRACKLIB=True
121121
ENABLE_IMNOTIFY=False
122122
ENABLE_NOTIFY=True
123-
ENABLE_PREVIEW=False
124123
ENABLE_WORKFLOWS=False
125124
ENABLE_VERIFY_CERTS=True
126125
ENABLE_JUPYTER=False

0 commit comments

Comments
 (0)