diff --git a/settings.json b/settings.json index 4d6dc67..ce28f0e 100644 --- a/settings.json +++ b/settings.json @@ -1,4 +1,5 @@ { "postgrest_url": "http://localhost:3000", - "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic3BhbV9ub3RpY2VyIn0.j6-6HSBh-Wf5eQovT9cF1ZCNuxkQOqzBFtE3C8aTG3A" + "jwt": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic3BhbV9ub3RpY2VyIn0.j6-6HSBh-Wf5eQovT9cF1ZCNuxkQOqzBFtE3C8aTG3A", + "audio_mpeg_thumbnail_path": "/etc/SpamNoticer/static/mpg.png" }