Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Jan 4, 2025
1 parent 1c6b639 commit 6b9b0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
from flask_cors import CORS
from cachetools import LRUCache

# Force Self-Service for UI
os.environ['VITE_SELFSERVICE'] = 'true'
# Default path for temp databases
dbpath = os.getenv('DBPATH', '/tmp/')
# Check for custom UI path
Expand Down

0 comments on commit 6b9b0e3

Please sign in to comment.