This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// config/db.js | |
module.exports = { | |
url : 'mongodb://localhost/acquisition' | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = "http://wkqx.tunegenie.com/"; | |
$title = "WKQX RSS Feed"; | |
$description = "A constantly updated feed for WKQX's playlist"; | |
$userAgent = "Googlebot/2.1 (http://www.googlebot.com/bot.html)"; | |
header("Content-type: text/xml; charset=utf-8", true); | |
echo "<?xml version='1.0' encoding='UTF-8' ?>" . PHP_EOL; | |
echo "<rss version='2.0'>" . PHP_EOL; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dev": { | |
"host": "", | |
"user": "", | |
"pass": "", | |
"path": "" | |
}, | |
"dist": { | |
"host": "", | |
"user": "", |
NewerOlder