From 50dbff7f2cdd5b9d25f125a8bbb7e1f6971ba86b Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sun, 1 May 2022 13:13:20 +0200
Subject: [PATCH] add imgproxy settings

---
 public/API/lib/config.example.php | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/public/API/lib/config.example.php b/public/API/lib/config.example.php
index 9438dd3..887c2ea 100644
--- a/public/API/lib/config.example.php
+++ b/public/API/lib/config.example.php
@@ -19,4 +19,10 @@ $S3SecretKey = "";
 $S3BucketName = "";
 
 $ebayKleinanzeigenUserId = "";
-$ebayKleinanzeigenToken = ""; # To get this token you have to sniff the HTTPS traffic from the app or decompile the app and find it.
\ No newline at end of file
+$ebayKleinanzeigenToken = ""; # To get this token you have to sniff the HTTPS traffic from the app or decompile the app and find it.
+
+$imgProxyUrl = "";
+$imgProxyKey = "";
+$imgProxySalt = "";
+$defaultImageWidth = 512; # width is in px
+$defaultSkillsWidth = 80; # width is in px
\ No newline at end of file
-- 
GitLab