From 04efd82725fe1b74a873e741d7377aadde2b9fe8 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 30 Mar 2025 03:47:53 -0600 Subject: [PATCH] Update blueprints/blinko/template.yml --- blueprints/blinko/template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/blinko/template.yml b/blueprints/blinko/template.yml index 60938c1..10e684f 100644 --- a/blueprints/blinko/template.yml +++ b/blueprints/blinko/template.yml @@ -2,8 +2,8 @@ variables: main_domain: ${domain} postgres_password: ${password:16} nextauth_secret: ${password:32} - nextauth_url: https://${main_domain} - next_public_base_url: https://${main_domain} + nextauth_url: http://${main_domain} + next_public_base_url: http://${main_domain} config: domains: