Skip to content

Commit 6f5baf0

Browse files
committed
Updated for version 2 of the launcher
1 parent 612508b commit 6f5baf0

File tree

6 files changed

+971
-9
lines changed

6 files changed

+971
-9
lines changed

config.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"port": 23600
88
},
99
"internal": {
10-
"host": "localhost",
10+
"host": "127.0.0.1",
1111
"port": 23500
1212
},
1313
"redis": {
1414
"host": "127.0.0.1",
1515
"port": 6380
16-
}
16+
},
17+
"postgres": "postgres://viper:@127.0.0.1:5434/viper"
1718
}

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kocity-proxy",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "A simple auth proxy server for kocity",
55
"main": "dist/index.js",
66
"scripts": {
@@ -18,11 +18,13 @@
1818
},
1919
"license": "ISC",
2020
"dependencies": {
21+
"@prisma/client": "^5.4.1",
2122
"axios": "^1.4.0",
2223
"chalk": "^3.0.0",
2324
"express": "^4.18.2",
2425
"http-proxy": "^1.18.1",
2526
"http-proxy-middleware": "^2.0.6",
27+
"prisma": "^5.4.1",
2628
"redis": "^4.6.7"
2729
},
2830
"devDependencies": {

0 commit comments

Comments
 (0)