From d6bdcce4f484935071eb2774ead4a80366c2f8b3 Mon Sep 17 00:00:00 2001 From: DevMiner Date: Tue, 27 Aug 2024 19:19:29 +0200 Subject: [PATCH] fix: example .env file --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 8f1911e..deb3348 100644 --- a/.env +++ b/.env @@ -1,9 +1,9 @@ -VERSIA_PORT=8443 +VERSIA_PORT=8080 #VERSIA_TLS_KEY= #VERSIA_TLS_CERT= -VERSIA_INSTANCE_ADDRESS=https://localhost +VERSIA_INSTANCE_ADDRESS=http://localhost:8080 VERSIA_INSTANCE_NAME=lysand-test VERSIA_INSTANCE_DESCRIPTION=Versia-Go Instance