Encrypto27
commited on
Commit
Β·
17f09ba
1
Parent(s):
e26876c
trigger update
Browse files
config.js
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
const fs = require('fs');
|
4 |
if (fs.existsSync('config.env')) require('dotenv').config({ path: './config.env' });
|
5 |
|
|
|
6 |
function convertToBool(text, fault = 'true') {
|
7 |
return text === fault ? true : false;
|
8 |
}
|
|
|
3 |
const fs = require('fs');
|
4 |
if (fs.existsSync('config.env')) require('dotenv').config({ path: './config.env' });
|
5 |
|
6 |
+
|
7 |
function convertToBool(text, fault = 'true') {
|
8 |
return text === fault ? true : false;
|
9 |
}
|