tested, add systemd deploy guide
This commit is contained in:
@@ -33,7 +33,7 @@ app = FastAPI(
|
||||
security = HTTPBearer()
|
||||
|
||||
# Environment variable for API key (use a secure method in production)
|
||||
API_TOKEN = os.environ.get("API_TOKEN", "token-his2-untuk-hit-api-migrasi-clarity")
|
||||
API_TOKEN = os.environ.get("API_TOKEN", "$2y$05$o1Sfikmwynq76PmuBkJeROpS2WcD.Sh4lgrjohMicnlhBlGAt8UAq")
|
||||
|
||||
class MigrationResponse(BaseModel):
|
||||
"""Response model for migration endpoints."""
|
||||
|
||||
Reference in New Issue
Block a user