kyleratti / ttu-slideshow-backend

Backend socket server that syncs target folder contents to the ttu-slideshow-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ttu-slideshow-backend

Configuration

For ease-of-use, the config file is loaded from a config.json file. This allows you to easily update settings without having to touch environment variables or .env files (which Windows, by default, does not care to open).

There are several environment variables required for this application to work.

Variable Type Description Example
watchDir string Full path to the folder to watch. This is where images are pulled from. Note that backslashes need to be entered twice in order to escape the character. C:\\Users\\MyUser\\Dropbox\\live\\

Example

Please see the included config.example.json.

{
  "watchDir": "C:\\Users\\MyUser\\Dropbox\\live\\"
}

About

Backend socket server that syncs target folder contents to the ttu-slideshow-frontend


Languages

Language:TypeScript 99.1%Language:Shell 0.9%