Skip to content

Commit

Permalink
Update keep/api/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tal <[email protected]>
Signed-off-by: Matvey Kukuy <[email protected]>
  • Loading branch information
Matvey-Kuk and talboren authored Nov 18, 2024
1 parent 42cbb09 commit b34c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
keep.api.logging.setup_logging()
logger = logging.getLogger(__name__)

LIVE_DEMO_MODE = os.environ.get("LIVE_DEMO_MODE", "false").lower() == "true"
LIVE_DEMO_MODE = os.environ.get("KEEP_LIVE_DEMO_MODE", "false").lower() == "true"


def on_starting(server=None):
Expand Down

0 comments on commit b34c1df

Please sign in to comment.