Skip to content

Commit 954ced7

Browse files
committed
temp change
1 parent 6142b5f commit 954ced7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/streamlit/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Config:
4545
NAMESPACE = "web-demo"
4646

4747
# Flag to indicate if running in internal environment
48-
IS_INTERNAL_ENV = ENVIRONMENT in ["dev", "staging"]
48+
IS_INTERNAL_ENV = ENVIRONMENT in ["dev", "staging", "prod"]
4949

5050
@classmethod
5151
def get_config(cls):

0 commit comments

Comments
 (0)