We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf8c8de + a079642 commit dd72575Copy full SHA for dd72575
.env.example
@@ -1,7 +1,5 @@
1
APP_PORT=8000
2
3
-CODE_SOURCE=
4
-
5
# Database Configurations
6
DB_CLIENT=pg
7
DB_HOST=127.0.0.1
@@ -11,8 +9,8 @@ DB_USER=
11
9
DB_PASSWORD=
12
10
13
# Log
+LOGGING_DIR=
14
LOGGING_LEVEL=debug
15
-LOG_FILE_GENERATION_SUPPORT=false
16
17
# Authentication
18
ACCESS_TOKEN_DURATION=10m
package.json
@@ -96,8 +96,8 @@
96
"supertest": "^6.1.4",
97
"sync-dotenv": "^2.6.2",
98
"ts-jest": "^28.0.5",
99
- "ts-node": "^10.8.1",
+ "ts-node": "^10.9.1",
100
"tslib": "^2.4.0",
101
- "typescript": "^4.7.4"
+ "typescript": "^4.8.4"
102
}
103
0 commit comments