Skip to content
Snippets Groups Projects
Verified Commit 50dbff7f authored by Jonas Leder's avatar Jonas Leder
Browse files

add imgproxy settings

parent 19beccff
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment