RESTART_TOKEN=123456789    # A POST request to "[JokeAPI_URL]/restart" with this token as a "text/plain" payload will restart JokeAPI - alternatively, open the JavaScript console on the documentation page and enter "restart()"
DB_USERNAME=User123        # A user with access to the analytics database
DB_PASSWORD=password123    # The password of the above user
NODE_ENV=stage             # The deployment environment of JokeAPI (accepts "prod" / "production" or "stage" - case insensitive, defaults to "stage")