We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8741ed7 commit 3cba652Copy full SHA for 3cba652
README.md
@@ -11,7 +11,7 @@ Create a new `.env` file in the server project root (next to `server\package.jso
11
```
12
CSGIGS_ROCKET_API_USER=gigsbot
13
CSGIGS_ROCKET_API_PASSWORD=gigsbotpassword
14
-CSGIGS_ROCKET_BROADCAST_CHANNEL=broadcastchannelname
+CSGIGS_ROCKET_BROADCAST_CHANNEL=broadcast
15
CSGIGS_ROCKET_API_URL=http://localhost:3000/api/v1/
16
17
server/config.js
@@ -1,9 +1,6 @@
1
const env = process.env.NODE_ENV; // 'development' or 'production' or 'test'
2
const development = {
3
db: {
4
- // host: "test1:[email protected]",
5
- // port: 31895,
6
- // name: "projectgigstest"
7
host: "localhost",
8
port: 27017,
9
name: "csgigs-admin"
0 commit comments