File tree Expand file tree Collapse file tree 1 file changed +28
-30
lines changed Expand file tree Collapse file tree 1 file changed +28
-30
lines changed Original file line number Diff line number Diff line change @@ -151,36 +151,34 @@ MCP Plexus sits as an ASGI application (typically run with Uvicorn) and acts as
151151
152152 ** Example ` .env` :**
153153 ` ` ` env
154- # MCP Plexus Environment Variables
155-
156- # Uvicorn Development Server
157- DEV_SERVER_HOST=127.0.0.1
158- DEV_SERVER_PORT=8000
159- DEV_SERVER_LOG_LEVEL=info
160- DEV_SERVER_RELOAD=True
161-
162- # Application Settings
163- APP_NAME=MCP Plexus Server
164- DEBUG_MODE=True
165-
166- REDIS_HOST=localhost
167- REDIS_PORT=6379
168- REDIS_DB=0
169- # REDIS_PASSWORD=
170- # REDIS_SSL=False
171-
172- PLEXUS_FASTMCP_LOG_LEVEL=" DEBUG"
173-
174- STORAGE_BACKEND=sqlite
175- SQLITE_DB_PATH=./mcp_plexus_data.sqlite3
176-
177- HOST_APP_REGISTRATION_SECRET=host_app_secre
178-
179- ADMIN_API_KEY=your_super_secret_admin_api_key_here_12345
180-
181- PLEXUS_CLI_API_BASE_URL=http://127.0.0.1:8000
182-
183- PLEXUS_ENCRYPTION_KEY=your_generated_fernet_key_here # see mcp_plexus/utils/generate_key.py
154+ # Uvicorn Development Server
155+ DEV_SERVER_HOST=127.0.0.1
156+ DEV_SERVER_PORT=8000
157+ DEV_SERVER_LOG_LEVEL=info
158+ DEV_SERVER_RELOAD=True
159+
160+ # Application Settings
161+ APP_NAME=MCP Plexus Server
162+ DEBUG_MODE=True
163+
164+ REDIS_HOST=localhost
165+ REDIS_PORT=6379
166+ REDIS_DB=0
167+ # REDIS_PASSWORD=
168+ # REDIS_SSL=False
169+
170+ PLEXUS_FASTMCP_LOG_LEVEL=" DEBUG"
171+
172+ STORAGE_BACKEND=sqlite
173+ SQLITE_DB_PATH=./mcp_plexus_data.sqlite3
174+
175+ HOST_APP_REGISTRATION_SECRET=host_app_secre
176+
177+ ADMIN_API_KEY=your_super_secret_admin_api_key_here_12345
178+
179+ PLEXUS_CLI_API_BASE_URL=http://127.0.0.1:8000
180+
181+ PLEXUS_ENCRYPTION_KEY=your_generated_fernet_key_here # see mcp_plexus/utils/generate_key.py
184182
185183 ` ` `
186184
You can’t perform that action at this time.
0 commit comments