Undo accidental commit of config.inc.php

pull/99/head
Daniel Richman 2012-12-25 00:31:12 +00:00
rodzic 1fc73b9510
commit 2a12933009
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -4,15 +4,15 @@
define("GMAPS_API_KEY", "ABQIAAAA4T7AS90KUqGrNPOsl6eyCBS4mbmQPYGFaQoYTVDm_qb3IIB-WBSwfZE_KhJy2GpxCqBbVm7PoSKM9Q");
// Who should we email about errors etc?
define("ADMIN_EMAIL", "daniel@habhub.org");
define("ADMIN_EMAIL", "jon@hexoc.com");
define("LOCATION_SAVE_ENABLE", true);
// Path to the root of the git repo inc. trailing /
define("ROOT", "/var/www/cusf-standalone-predictor/");
define("ROOT", "/var/www/hab/predict/");
// Path to python virtualenv to use
define("PYTHON", ROOT . "venv/bin/python");
// define("PYTHON", ROOT . "ENV/bin/python");
// Path to prediction data dir from predict/
define("PREDS_PATH", "preds/");