diff --git a/public/API/lib/config.example.php b/public/API/lib/config.example.php index 9438dd35c98bc4cc01af8457d861b0b2f28ddeb1..887c2ea524f5bc2da1a5e7c09cd2fdee00dc97b3 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