Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.33 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.33 KB

Configuration

When developing, you can place these in a .env file on disk in this directory.

In production, these should be set according to your deployment method of choice.

Key Required Default Value Description
PLAYGROUND_UI_ROOT Yes The path to the HTML, CSS, and Javascript files
PLAYGROUND_GITHUB_TOKEN Yes The GitHub API token to read and write Gists
PLAYGROUND_UI_ADDRESS No 127.0.0.1 The address to listen on
PLAYGROUND_UI_PORT No 5000 The port to listen on
PLAYGROUND_LOG_FILE No access-log.csv The file to record accesses
TMPDIR No system-provided Where compilation artifacts will be saved. Must be accessible to Docker