Skip to content

Commit 9b811ae

Browse files
authored
Add DATABASE_URL to snowshare-install.sh
1 parent 300c235 commit 9b811ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/snowshare-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ NEXTAUTH_SECRET="$(openssl rand -base64 32)"
4444
ALLOW_SIGNUP=true
4545
NODE_ENV=production
4646
EOF
47+
DATABASE_URL="postgresql://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME"
4748
$STD npx prisma generate
4849
$STD npx prisma migrate deploy
4950
$STD npm run build

0 commit comments

Comments
 (0)