From 048083f50504fcf7a7128f4d79af032538f49a65 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 21 Feb 2025 10:49:07 -0500 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 29a3ddc..aa4b8bb 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -31,7 +31,7 @@ services: MAIN_URL: "https://postiz.nixc.us" FRONTEND_URL: "https://postiz.nixc.us" NEXT_PUBLIC_BACKEND_URL: "https://postiz.nixc.us/api" - JWT_SECRET: "random string that is unique to every install - just type random characters here!" + JWT_SECRET: "zKdyVqnsLx8PrGKnFUz9AnSjrcu003kuzxBpHiNI6MU=" DATABASE_URL: "postgresql://postiz-user:postiz-password@postiz-postgres:5432/postiz-db-local" REDIS_URL: "redis://postiz-keydb:6379" @@ -63,6 +63,5 @@ services: networks: default: - external: false traefik: external: true