Remove .env from git tracking (already in .gitignore)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f7e88513b1
commit
0ba77d9b99
1 changed files with 0 additions and 19 deletions
19
.env
19
.env
|
|
@ -1,19 +0,0 @@
|
|||
MONGODB_URI=mongodb://localhost:27017
|
||||
MONGODB_DBNAME=agenthub_db
|
||||
SECRET_KEY=your-super-secret-jwt-key-change-in-production-agenthub-2024
|
||||
ALGORITHM=HS256
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES=240
|
||||
|
||||
# Agent Collector API Configuration
|
||||
AGENT_COLLECTOR_API_KEY=agent-collector-static-key-2024-secure
|
||||
|
||||
# Environment Configuration for Local Development
|
||||
# Disable MSAL for local development - use local login only
|
||||
DISABLE_MSAL=true
|
||||
# Empty base path for local development (runs on root path /)
|
||||
BASE_PATH=
|
||||
|
||||
# Azure AD/MSAL Configuration (not used when DISABLE_MSAL=true)
|
||||
# AZURE_CLIENT_ID=9079054c-9620-4757-a256-23413042f1ef
|
||||
# AZURE_AUTHORITY=https://login.microsoftonline.com/e519c2e6-bc6d-4fdf-8d9c-923c2f002385
|
||||
# AZURE_REDIRECT_URI=http://localhost:8000/auth/azure/callback
|
||||
Loading…
Add table
Reference in a new issue