Skip to content
Snippets Groups Projects
Commit 97efe8eb authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

keine passwörter in der standardconfig!

parent 50153170
No related branches found
No related tags found
No related merge requests found
config.php
<?php <?php
// Universal // Universal
$MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/"; $MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/";
$PARSE_DAYLIST = array ( $PARSE_DAYLIST = array (
"montag", "montag",
"dienstag", "dienstag",
"mittwoch", "mittwoch",
"donnerstag", "donnerstag",
"freitag" "freitag"
); );
$DO_SQL = true; $DO_SQL = true;
$DO_JSON = true; $DO_JSON = true;
// SQL // SQL
$SQL_SERVER = "ovanier.com"; $SQL_SERVER = "";
$SQL_USER = "info_writer"; $SQL_USER = "";
$SQL_PW = "XAHQTZeGbqsnt8K6"; $SQL_PW = "";
$SQL_DB = "infoscreen"; $SQL_DB = "";
// JSON // JSON
$JSON_NAME = "mensaPlan.json"; $JSON_NAME = "mensaPlan.json";
$JSON_INC_NR = false; $JSON_INC_NR = false;
$JSON_INC_ORIGINAL = false; $JSON_INC_ORIGINAL = false;
$JSON_INC_SHORT = true; $JSON_INC_SHORT = true;
$JSON_INC_ART = true; $JSON_INC_ART = true;
$JSON_INC_KIND = false; $JSON_INC_KIND = false;
$JSON_INC_COUNTER = true; $JSON_INC_COUNTER = true;
$JSON_INC_STOFFE = false; $JSON_INC_STOFFE = false;
$JSON_INC_DATE = true; $JSON_INC_DATE = true;
?> ?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment