File size: 194 Bytes
81d22d0
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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;