File tree 3 files changed +9
-5
lines changed
Filter options
3 files changed +9
-5
lines changed
Original file line number Diff line number Diff line change 1
1
NODE_ENV = DEV
2
2
PORT = 5000
3
3
SQLITE_PATH = ./database.db
4
- SECRET = " SuperS3cret_4277m"
4
+ SECRET = " SuperS3cret_4277m"
5
+ GITHUB_OAUTH_CLIENT_ID = 976e49afe450281d327b
6
+ GITHUB_OAUTH_CLIENT_SECRET = ac2e17894d40b6b415c3ff3f97064bf94bb83114
7
+ GITHUB_OAUTH_REDIRECT_URL = http://localhost:5000/api/sessions/oauth/github
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ npm-debug.log*
7
7
yarn-debug.log *
8
8
yarn-error.log *
9
9
10
- * .db
10
+ * .db
11
+ .env
Original file line number Diff line number Diff line change 7
7
"main" : " src/index" ,
8
8
"build" : {
9
9
"yarn" : " v16.13.0,v17.0.0,v18.0.0"
10
- },
10
+ },
11
11
"scripts" : {
12
12
"start" : " pm2 start production.config.json" ,
13
13
"start-no-daemon" : " pm2 start production.config.json --no-daemon" ,
50
50
"eslint" : " ^7.31.0" ,
51
51
"eslint-config-airbnb-typescript" : " ^12.3.1" ,
52
52
"eslint-plugin-import" : " ^2.23.4" ,
53
- "jest" : " ^27.0.6 " ,
53
+ "jest" : " ^29.3.1 " ,
54
54
"supertest" : " ^6.1.3" ,
55
- "ts-jest" : " ^28 .0.3" ,
55
+ "ts-jest" : " ^29 .0.3" ,
56
56
"ts-node" : " 10.8.0" ,
57
57
"ts-node-dev" : " 2.0.0" ,
58
58
"typescript" : " ^4.3.5"
You can’t perform that action at this time.
0 commit comments