Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PORT="3000"
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=your_postgres_user
POSTGRES_PASSWORD=your_postgres_password
POSTGRES_DB=mmorpg
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
"height": 624,
"position": "center",
"icon": "icon/icon.png"
},
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"socket.io": "^4.5.1"
}
}
}
5 changes: 5 additions & 0 deletions server/.env.dist
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
PG_USER=postgres.zdwbcthstmjmfdyzstfn
PG_HOST=aws-0-us-west-1.pooler.supabase.com
PG_DB=postgres
PG_PASSWORD=Ana1329@
PG_PORT=6543
RETHINKDB_HOST=localhost
RETHINKDB_PORT=28015
Loading