From f0808a1116d648a4b8d3b1a6f275d95bc3a7e933 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 9 Dec 2019 00:24:53 -0800 Subject: Adding custom language setting. - Fixes #319 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 80d3277a..bbed1c9b 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -export DATABASE_URL=postgres://rrr:rrr@localhost/rrr +export DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy export JWT_SECRET=changeme export HOSTNAME=rrr -- cgit v1.2.3