fix run webapp
This commit is contained in:
@@ -4,7 +4,7 @@ from dotenv import load_dotenv
|
||||
import uvicorn
|
||||
|
||||
# Load environment variables from .env file
|
||||
load_dotenv()
|
||||
load_dotenv("env")
|
||||
|
||||
# Get variables with defaults
|
||||
HOST = os.getenv("HOST", "0.0.0.0")
|
||||
|
||||
Reference in New Issue
Block a user