mirror of
https://github.com/JuniorDark/RustyHearts-API.git
synced 2026-05-07 06:01:44 -04:00
Add project files.
This commit is contained in:
commit
0a12c6baa0
41 changed files with 2698 additions and 0 deletions
6
src/utils/env.js
Normal file
6
src/utils/env.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require('dotenv').config();
|
||||
|
||||
// Access environment variables with a function
|
||||
module.exports = {
|
||||
get: (key) => process.env[key],
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue