From 15302569700f8bae75e47d839f9ef1b496c67918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 8 Jan 2026 07:22:27 +0100 Subject: [PATCH] Update environment variables in tianji-install.sh (#10633) --- install/tianji-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tianji-install.sh b/install/tianji-install.sh index 01d9f60bd..1f1d61009 100644 --- a/install/tianji-install.sh +++ b/install/tianji-install.sh @@ -37,7 +37,7 @@ mkdir -p ./src/server/public cp -r ./geo ./src/server/public $STD pnpm build:server cat </opt/tianji/src/server/.env -DATABASE_URL="postgresql://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME?schema=public" +DATABASE_URL="postgresql://$PG_DB_USER:$PG_DB_PASS@localhost:5432/$PG_DB_NAME?schema=public" OPENAI_API_KEY="" JWT_SECRET="$TIANJI_SECRET" EOF