move .env to root
This commit is contained in:
parent
9a8b605f70
commit
616da875cd
3 changed files with 4 additions and 3 deletions
|
|
@ -2,6 +2,9 @@ PORT=3001
|
||||||
DEBUG_MODE=true
|
DEBUG_MODE=true
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
|
|
||||||
|
VITE_BACKEND_API_URL=http://localhost:3001
|
||||||
|
VITE_COLLABORATION_URL=
|
||||||
|
|
||||||
JWT_SECRET_KEY=ba8642edbed7f6c450e46875e8c835c7e417031abe1f7b03f3e56bb7481706d8
|
JWT_SECRET_KEY=ba8642edbed7f6c450e46875e8c835c7e417031abe1f7b03f3e56bb7481706d8
|
||||||
JWT_TOKEN_EXPIRES_IN=30d
|
JWT_TOKEN_EXPIRES_IN=30d
|
||||||
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
VITE_BACKEND_API_URL=http://localhost:3001
|
|
||||||
VITE_COLLABORATION_URL=
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"homepage": "https://docmost.com",
|
"homepage": "https://docmost.com",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nx run-many -t build",
|
"build": "nx run-many -t build"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docmost/editor-ext": "workspace:*",
|
"@docmost/editor-ext": "workspace:*",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue