summaryrefslogtreecommitdiffstats
path: root/app.json
blob: c7d4dda993dd9e9a451dc77c08d4a5fd52ab062b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Let's Chat",
    "description": "Self-hosted chat app for small teams",
    "repository": "https://github.com/sdelements/lets-chat",
    "logo": "http://i.imgur.com/eXTLHNN.png",
    "keywords": [
        "lets",
        "chat",
        "xmpp"
    ],
    "addons": [
        "mongolab"
    ],
    "env": {
        "NODE_ENV": {
            "description": "Configures Express for production",
            "value": "production"
        },
        "LCB_SECRETS_COOKIE": {
            "description": "Session cookies are signed with this secret to prevent tampering",
            "generator": "secret"
        }
    }
}