add postgres for fun data

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-09 14:27:36 -05:00
parent c22f742013
commit 9e58c21946
3 changed files with 27 additions and 2 deletions

View file

@ -29,8 +29,8 @@
N8N_HOST = "n8n.joshuabell.xyz";
VUE_APP_URL_BASE_API = "https://n8n.joshuabell.xyz/";
N8N_HIRING_BANNER_ENABLED = "false";
N8N_PUBLIC_API_DISABLED = "true";
N8N_PUBLIC_API_SWAGGERUI_DISABLED = "true";
# N8N_PUBLIC_API_DISABLED = "true";
# N8N_PUBLIC_API_SWAGGERUI_DISABLED = "true";
};
};
}