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