PHP Classes

File: mcp-server/.env.example

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   mcp-server/.env.example   Download  
File: mcp-server/.env.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 935 bytes
 

Contents

Class file image Download
# MCP server port (also accepts MCP_SERVER_PORT) # MCP_SERVER_PORT=3740 # The server reads configuration from the main BinktermPHP .env file (one # level up). No separate .env file is needed ? this file is for reference only. # # Required variables in the main .env: # DB_HOST, DB_PORT, DB_NAME, DB_USER, DB_PASS (note: DB_PASS, not DB_PASSWORD) # # Optional: # MCP_SERVER_PORT=3740 Override the listening port (default: 3740) # DB_SSLMODE=require Enable SSL for the PostgreSQL connection # LICENSE_FILE=data/license.json Path to the license file (default) # # Authentication: # Each user generates their own bearer key from the Settings ? AI page. # Keys are stored in the users_meta table under keyname 'mcp_serverkey'. # No static API key configuration is needed. # # Starting the server: # node mcp-server/server.js # # Via restart_daemons.sh: # ./scripts/restart_daemons.sh --start mcp_server