This website requires JavaScript.
Explore
Help
Sign In
test
/
digital.solutions.test
Watch
1
Star
0
Fork
You've already forked digital.solutions.test
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f8f94217ee
digital.solutions.test
/
back
/
src
/
env.ts
9 lines
117 B
TypeScript
Raw
Blame
History
import
*
as
dotenv
from
'dotenv'
;
dotenv
.
config
(
{
path
:
[
'/.env.global'
,
'/app/.env'
]
}
)
Reference in New Issue
View Git Blame
Copy Permalink