File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NODE_ENV = DEV
22PORT = 5000
33SQLITE_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*
77yarn-debug.log *
88yarn-error.log *
99
10- * .db
10+ * .db
11+ .env
Original file line number Diff line number Diff line change 77 "main" : " src/index" ,
88 "build" : {
99 "yarn" : " v16.13.0,v17.0.0,v18.0.0"
10- },
10+ },
1111 "scripts" : {
1212 "start" : " pm2 start production.config.json" ,
1313 "start-no-daemon" : " pm2 start production.config.json --no-daemon" ,
5050 "eslint" : " ^7.31.0" ,
5151 "eslint-config-airbnb-typescript" : " ^12.3.1" ,
5252 "eslint-plugin-import" : " ^2.23.4" ,
53- "jest" : " ^27.0.6 " ,
53+ "jest" : " ^29.3.1 " ,
5454 "supertest" : " ^6.1.3" ,
55- "ts-jest" : " ^28 .0.3" ,
55+ "ts-jest" : " ^29 .0.3" ,
5656 "ts-node" : " 10.8.0" ,
5757 "ts-node-dev" : " 2.0.0" ,
5858 "typescript" : " ^4.3.5"
You can’t perform that action at this time.
0 commit comments