Skip to content

Commit 3cba652

Browse files
author
Rowan
committed
Update readme
1 parent 8741ed7 commit 3cba652

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Create a new `.env` file in the server project root (next to `server\package.jso
1111
```
1212
CSGIGS_ROCKET_API_USER=gigsbot
1313
CSGIGS_ROCKET_API_PASSWORD=gigsbotpassword
14-
CSGIGS_ROCKET_BROADCAST_CHANNEL=broadcastchannelname
14+
CSGIGS_ROCKET_BROADCAST_CHANNEL=broadcast
1515
CSGIGS_ROCKET_API_URL=http://localhost:3000/api/v1/
1616
```
1717

server/config.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
const env = process.env.NODE_ENV; // 'development' or 'production' or 'test'
22
const development = {
33
db: {
4-
// host: "test1:[email protected]",
5-
// port: 31895,
6-
// name: "projectgigstest"
74
host: "localhost",
85
port: 27017,
96
name: "csgigs-admin"

0 commit comments

Comments
 (0)