From 702113ac6cd4a840df7439e3eb400972b12f5fc5 Mon Sep 17 00:00:00 2001
From: Niaz Faridani-Rad <faridani.rad@gmail.com>
Date: Mon, 16 May 2022 23:43:30 +0200
Subject: [PATCH] Change to dev

- This is needed, because the first time setup is currently broken on latest
---
 librephotos.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/librephotos.env b/librephotos.env
index 03320ce..79289bb 100644
--- a/librephotos.env
+++ b/librephotos.env
@@ -18,7 +18,7 @@ data=./librephotos/data
 httpPort=3000
 
 # What branch should we install the latest weekly build or the development branch (dev)
-tag=latest
+tag=dev
 
 # Number of workers, which take care of the request to the api. This setting can dramatically affect the ram usage.
 # A positive integer generally in the 2-4 x $(NUM_CORES) range.
-- 
GitLab