FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "конфиг.ts"
export const TENANT_ID = Deno.env.get("FASTCOMMENTS_TENANT_ID") ?? "demo"; // Само акаунти, създадени на eu.fastcomments.com задават това, на "eu". export const REGION = Deno.env.get("FASTCOMMENTS_REGION") ?? ""; export const CDN = REGION === "eu" ? "https://cdn-eu.fastcomments.com" : "https://cdn.fastcomments.com";
Result