Moving dotenv vars
This commit is contained in:
parent
cc10b7fb0a
commit
0cd0c92809
4
main.js
4
main.js
@ -1,5 +1,9 @@
|
|||||||
|
// Custom functions module to keep main script clean
|
||||||
const fn = require('./functions').functions;
|
const fn = require('./functions').functions;
|
||||||
|
|
||||||
|
// Environment Variables Importing
|
||||||
|
const dotenv = require('dotenv').config();
|
||||||
|
|
||||||
// TODO Add logic for other sensors
|
// TODO Add logic for other sensors
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
|
Loading…
Reference in New Issue
Block a user