Adjust default .env

.env.alpha
This commit is contained in:
jerlendds
2023-11-05 20:13:48 -07:00
parent 384a71d5f7
commit 4ef25c3420

View File

@@ -1,8 +1,8 @@
PROJECT_NAME="osintbuddy"
ENVIRONMENT="production"
ENVIRONMENT="development"
REACT_APP_BASE_URL="http://localhost:48997"
BACKEND_LOG_LEVEL="error" # Options: critical, error, warning, debug, trace
BACKEND_LOG_LEVEL="info" # Options: critical, error, warning, debug, trace
##########################################
# Error reporting! (TODO: Wait for sentry to finish implementing their fixes for Python 3.11.4 then reimplement me...)