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