PS / config.js
Niansuh's picture
Upload 32 files
81d22d0 verified
raw
history blame contribute delete
194 Bytes
config = {};
config.SAVE_TO_DB = false;
config.DB_HOST = "localhost";
config.DB_PORT = 3306;
config.DB_USER = "root";
config.DB_PASS = "";
config.DB_NAME = "proxies";
module.exports = config;