-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 1.18 KB
/
Copy pathapp.json
File metadata and controls
28 lines (28 loc) · 1.18 KB
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
28
{
"name": "Ever Teams",
"description": "Open Work and Project Management Platform.",
"repository": "https://github.com/ever-co/ever-teams",
"logo": "https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/web/public/assets/ever-teams.png",
"keywords": [
"node",
"nextjs",
"tailwind"
],
"stack": "container",
"env": {
"AUTH_SECRET": {
"description": "NextAuth secret for sessions and social login, generated for this app. Never reuse a published value.",
"generator": "secret"
},
"GAUZY_API_SERVER_URL": {
"description": "Gauzy API origin used by the Next.js server, without a trailing /api. Replace it with your own Gauzy API to self-host the backend too.",
"value": "https://api.ever.team",
"required": true
},
"NEXT_PUBLIC_GAUZY_API_SERVER_URL": {
"description": "Gauzy API origin used by the browser, usually the same as GAUZY_API_SERVER_URL. Other runtime settings (branding, captcha, social login, ...) are listed in .env.docker.",
"value": "https://api.ever.team",
"required": true
}
}
}