Merge pull request 'docs: רישום Infisical כ-SoT לסודות שירותי-המארח' (#128) from worktree-secret-infisical-note into main
Some checks failed
Build & Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Build & Deploy / build-and-deploy (push) Has been cancelled
This commit was merged in pull request #128.
This commit is contained in:
@@ -37,7 +37,8 @@ const fs = require("fs");
|
|||||||
// Load LEGAL_CHAT_SHARED_SECRET from a chmod 600 file off the repo.
|
// Load LEGAL_CHAT_SHARED_SECRET from a chmod 600 file off the repo.
|
||||||
// The same value is mirrored in Coolify as the LEGAL_CHAT_SHARED_SECRET
|
// The same value is mirrored in Coolify as the LEGAL_CHAT_SHARED_SECRET
|
||||||
// env var so the FastAPI proxy sends a matching Authorization header.
|
// env var so the FastAPI proxy sends a matching Authorization header.
|
||||||
// Migrate to Infisical (/_GUIDELINES) once the MCP server is back.
|
// SoT in Infisical: nautilus:/legal-ai/LEGAL_CHAT_SHARED_SECRET (migrated
|
||||||
|
// 2026-06-07). This local file remains the runtime source; rotate in both.
|
||||||
const ENV_FILE = "/home/chaim/.legal-chat-service.env";
|
const ENV_FILE = "/home/chaim/.legal-chat-service.env";
|
||||||
const env = {
|
const env = {
|
||||||
HOME: "/home/chaim",
|
HOME: "/home/chaim",
|
||||||
|
|||||||
@@ -29,6 +29,8 @@
|
|||||||
*/
|
*/
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
||||||
|
// SoT in Infisical: nautilus:/legal-ai/COURT_FETCH_SHARED_SECRET (migrated
|
||||||
|
// 2026-06-07). This local file is the runtime source; rotate in both.
|
||||||
const ENV_FILE = "/home/chaim/.legal-court-fetch-service.env";
|
const ENV_FILE = "/home/chaim/.legal-court-fetch-service.env";
|
||||||
const env = {
|
const env = {
|
||||||
HOME: "/home/chaim",
|
HOME: "/home/chaim",
|
||||||
|
|||||||
Reference in New Issue
Block a user