mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -04:00
add dotenv to main project
This commit is contained in:
parent
0a36fbe67b
commit
d4879275e2
1 changed files with 3 additions and 0 deletions
3
index.js
3
index.js
|
@ -3,6 +3,9 @@ const superagent = require('superagent')
|
|||
|
||||
const { basecamp } = require('#logging');
|
||||
|
||||
// Configure environment
|
||||
require('dotenv').config();
|
||||
|
||||
const time = Date.now();
|
||||
const token = process.env.token;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue