cusf-standalone-predictor/predict/includes/config.inc.php

21 wiersze
446 B
PHP

<?php
define("ADMIN_EMAIL", "jon@hexoc.com");
define("LOCATION_SAVE_ENABLE", true);
define("DEBUG", true);
define("AT_LOG", "/tmp/pred_log");
// Path to the root of the git repo inc. trailing /
define("ROOT", "/var/www/hab/predict/");
// Path to prediction data dir from predict/
define("PREDS_PATH", "preds/");
define("SCENARIO_FILE", "scenario.ini");
define("FLIGHT_CSV", "flight_path.csv");
define("PROGRESS_JSON", "progress.json");
?>