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

21 wiersze
446 B
PHP
Czysty Zwykły widok Historia

<?php
define("ADMIN_EMAIL", "jon@hexoc.com");
2010-07-30 08:17:00 +00:00
define("LOCATION_SAVE_ENABLE", true);
2010-06-08 16:29:38 +00:00
define("DEBUG", true);
define("AT_LOG", "/tmp/pred_log");
2010-07-30 08:17:00 +00:00
// 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/");
2010-07-30 08:17:00 +00:00
define("SCENARIO_FILE", "scenario.ini");
define("FLIGHT_CSV", "flight_path.csv");
define("PROGRESS_JSON", "progress.json");
?>