@cryptotaxi247 / CoPilot / commits / 35c7c25c

Remove MYSQL_USER and MYSQL_PASSWORD from .env.example for security reasons (#494)

taylor_socfortress committed Aug 26, 2025 at 14:43 UTC 35c7c25cd7f639b8e189a8f733c045f88ba77019
1 file changed -2
.env.example
-2
@@ -99,8 +99,6 @@ MCP_OPENSEARCH_AUTH_TOKEN=secret-token
99 MYSQL_ENABLED=true
100 MYSQL_HOST=copilot-mysql
101 MYSQL_PORT=3306
102 -MYSQL_USER=copilot
103 -MYSQL_PASSWORD=REPLACE_WITH_PASSWORD
102 MYSQL_DATABASE=copilot
103
104 # MySQL MCP Server Configuration