forked from centrifugal/centrifugo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 872 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Centrifugo",
"description": "Real-time messaging server for web applications",
"repository": "https://github.com/centrifugal/centrifugo",
"logo": "https://avatars1.githubusercontent.com/u/6236442?v=3&s=200",
"keywords": ["go", "pubsub", "websocket", "real-time", "sockjs", "redis"],
"env": {
"CENTRIFUGO_WEB_PASSWORD": "password",
"CENTRIFUGO_WEB_SECRET": {
"description": "Web Secret",
"generator": "secret"
},
"CENTRIFUGO_SECRET": {
"description": "Project Secret",
"generator": "secret"
},
"CENTRIFUGO_CONNECTION_LIFETIME": "0",
"CENTRIFUGO_PUBLISH": "0",
"CENTRIFUGO_WATCH": "0",
"CENTRIFUGO_ANONYMOUS": "0",
"CENTRIFUGO_JOIN_LEAVE": "0",
"CENTRIFUGO_PRESENCE": "0",
"CENTRIFUGO_HISTORY_SIZE": "0",
"CENTRIFUGO_HISTORY_LIFETIME": "0",
"CENTRIFUGO_DEBUG": "0"
}
}