{ "api-key": "", // key to libretranslate api, this will never be exposed to the end user or front-end, as the backend is the only thing making calls to the api "api-endpoint": "http://127.0.0.1:5000/", // address of libretranslate api "frontend-path": "/var/www/", // this is where the installer will put the fully built front-end of the site. "cache-path": "/var/edpuzzletranslate/", // this is where translated transcripts to the edpuzzle videos will be cached (to avoid extraneous calls to the translation api) "backend-path": "/home/translate/bin/" // this installer does NOT automatically make a new user, this is merely a suggestion of how to structure it. }