|
15 | 15 | "description": "Let npm also install development build tool",
|
16 | 16 | "value": "false"
|
17 | 17 | },
|
18 |
| - "HMD_SESSION_SECRET": { |
| 18 | + "CMD_PORT": { |
| 19 | + "description": "Listen Port", |
| 20 | + "value": "$PORT" |
| 21 | + }, |
| 22 | + "CMD_DB_URL": { |
| 23 | + "description": "Database URL", |
| 24 | + "value": "$DATABASE_URL" |
| 25 | + }, |
| 26 | + "CMD_SESSION_SECRET": { |
19 | 27 | "description": "Secret used to secure session cookies.",
|
20 | 28 | "required": false
|
21 | 29 | },
|
22 |
| - "HMD_HSTS_ENABLE": { |
| 30 | + "CMD_HSTS_ENABLE": { |
23 | 31 | "description": "whether to also use HSTS if HTTPS is enabled",
|
24 | 32 | "required": false
|
25 | 33 | },
|
26 |
| - "HMD_HSTS_MAX_AGE": { |
| 34 | + "CMD_HSTS_MAX_AGE": { |
27 | 35 | "description": "max duration, in seconds, to tell clients to keep HSTS status",
|
28 | 36 | "required": false
|
29 | 37 | },
|
30 |
| - "HMD_HSTS_INCLUDE_SUBDOMAINS": { |
| 38 | + "CMD_HSTS_INCLUDE_SUBDOMAINS": { |
31 | 39 | "description": "whether to tell clients to also regard subdomains as HSTS hosts",
|
32 | 40 | "required": false
|
33 | 41 | },
|
34 |
| - "HMD_HSTS_PRELOAD": { |
| 42 | + "CMD_HSTS_PRELOAD": { |
35 | 43 | "description": "whether to allow at all adding of the site to HSTS preloads (e.g. in browsers)",
|
36 | 44 | "required": false
|
37 | 45 | },
|
38 |
| - "HMD_DOMAIN": { |
| 46 | + "CMD_DOMAIN": { |
39 | 47 | "description": "domain name",
|
40 | 48 | "required": false
|
41 | 49 | },
|
42 |
| - "HMD_URL_PATH": { |
| 50 | + "CMD_URL_PATH": { |
43 | 51 | "description": "sub url path, like `www.example.com/<URL_PATH>`",
|
44 | 52 | "required": false
|
45 | 53 | },
|
46 |
| - "HMD_ALLOW_ORIGIN": { |
| 54 | + "CMD_ALLOW_ORIGIN": { |
47 | 55 | "description": "domain name whitelist (use comma to separate)",
|
48 | 56 | "required": false,
|
49 | 57 | "value": "localhost"
|
50 | 58 | },
|
51 |
| - "HMD_PROTOCOL_USESSL": { |
| 59 | + "CMD_PROTOCOL_USESSL": { |
52 | 60 | "description": "set to use ssl protocol for resources path (only applied when domain is set)",
|
53 | 61 | "required": false
|
54 | 62 | },
|
55 |
| - "HMD_URL_ADDPORT": { |
| 63 | + "CMD_URL_ADDPORT": { |
56 | 64 | "description": "set to add port on callback url (port 80 or 443 won't applied) (only applied when domain is set)",
|
57 | 65 | "required": false
|
58 | 66 | },
|
59 |
| - "HMD_FACEBOOK_CLIENTID": { |
| 67 | + "CMD_FACEBOOK_CLIENTID": { |
60 | 68 | "description": "Facebook API client id",
|
61 | 69 | "required": false
|
62 | 70 | },
|
63 |
| - "HMD_FACEBOOK_CLIENTSECRET": { |
| 71 | + "CMD_FACEBOOK_CLIENTSECRET": { |
64 | 72 | "description": "Facebook API client secret",
|
65 | 73 | "required": false
|
66 | 74 | },
|
67 |
| - "HMD_TWITTER_CONSUMERKEY": { |
| 75 | + "CMD_TWITTER_CONSUMERKEY": { |
68 | 76 | "description": "Twitter API consumer key",
|
69 | 77 | "required": false
|
70 | 78 | },
|
71 |
| - "HMD_TWITTER_CONSUMERSECRET": { |
| 79 | + "CMD_TWITTER_CONSUMERSECRET": { |
72 | 80 | "description": "Twitter API consumer secret",
|
73 | 81 | "required": false
|
74 | 82 | },
|
75 |
| - "HMD_GITHUB_CLIENTID": { |
| 83 | + "CMD_GITHUB_CLIENTID": { |
76 | 84 | "description": "GitHub API client id",
|
77 | 85 | "required": false
|
78 | 86 | },
|
79 |
| - "HMD_GITHUB_CLIENTSECRET": { |
| 87 | + "CMD_GITHUB_CLIENTSECRET": { |
80 | 88 | "description": "GitHub API client secret",
|
81 | 89 | "required": false
|
82 | 90 | },
|
83 |
| - "HMD_BITBUCKET_CLIENTID": { |
| 91 | + "CMD_BITBUCKET_CLIENTID": { |
84 | 92 | "description": "Bitbucket API client id",
|
85 | 93 | "required": false
|
86 | 94 | },
|
87 |
| - "HMD_BITBUCKET_CLIENTSECRET": { |
| 95 | + "CMD_BITBUCKET_CLIENTSECRET": { |
88 | 96 | "description": "Bitbucket API client secret",
|
89 | 97 | "required": false
|
90 | 98 | },
|
91 |
| - "HMD_GITLAB_BASEURL": { |
| 99 | + "CMD_GITLAB_BASEURL": { |
92 | 100 | "description": "GitLab authentication endpoint, set to use other endpoint than GitLab.com (optional)",
|
93 | 101 | "required": false
|
94 | 102 | },
|
95 |
| - "HMD_GITLAB_CLIENTID": { |
| 103 | + "CMD_GITLAB_CLIENTID": { |
96 | 104 | "description": "GitLab API client id",
|
97 | 105 | "required": false
|
98 | 106 | },
|
99 |
| - "HMD_GITLAB_CLIENTSECRET": { |
| 107 | + "CMD_GITLAB_CLIENTSECRET": { |
100 | 108 | "description": "GitLab API client secret",
|
101 | 109 | "required": false
|
102 | 110 | },
|
103 |
| - "HMD_GITLAB_SCOPE": { |
| 111 | + "CMD_GITLAB_SCOPE": { |
104 | 112 | "description": "GitLab API client scope (optional)",
|
105 | 113 | "required": false
|
106 | 114 | },
|
107 |
| - "HMD_MATTERMOST_BASEURL": { |
| 115 | + "CMD_MATTERMOST_BASEURL": { |
108 | 116 | "description": "Mattermost authentication endpoint",
|
109 | 117 | "required": false
|
110 | 118 | },
|
111 |
| - "HMD_MATTERMOST_CLIENTID": { |
| 119 | + "CMD_MATTERMOST_CLIENTID": { |
112 | 120 | "description": "Mattermost API client id",
|
113 | 121 | "required": false
|
114 | 122 | },
|
115 |
| - "HMD_MATTERMOST_CLIENTSECRET": { |
| 123 | + "CMD_MATTERMOST_CLIENTSECRET": { |
116 | 124 | "description": "Mattermost API client secret",
|
117 | 125 | "required": false
|
118 | 126 | },
|
119 |
| - "HMD_DROPBOX_CLIENTID": { |
| 127 | + "CMD_DROPBOX_CLIENTID": { |
120 | 128 | "description": "Dropbox API client id",
|
121 | 129 | "required": false
|
122 | 130 | },
|
123 |
| - "HMD_DROPBOX_CLIENTSECRET": { |
| 131 | + "CMD_DROPBOX_CLIENTSECRET": { |
124 | 132 | "description": "Dropbox API client secret",
|
125 | 133 | "required": false
|
126 | 134 | },
|
127 |
| - "HMD_DROPBOX_APP_KEY": { |
| 135 | + "CMD_DROPBOX_APP_KEY": { |
128 | 136 | "description": "Dropbox app key (for import/export)",
|
129 | 137 | "required": false
|
130 | 138 | },
|
131 |
| - "HMD_GOOGLE_CLIENTID": { |
| 139 | + "CMD_GOOGLE_CLIENTID": { |
132 | 140 | "description": "Google API client id",
|
133 | 141 | "required": false
|
134 | 142 | },
|
135 |
| - "HMD_GOOGLE_CLIENTSECRET": { |
| 143 | + "CMD_GOOGLE_CLIENTSECRET": { |
136 | 144 | "description": "Google API client secret",
|
137 | 145 | "required": false
|
138 | 146 | },
|
139 |
| - "HMD_IMGUR_CLIENTID": { |
| 147 | + "CMD_IMGUR_CLIENTID": { |
140 | 148 | "description": "Imgur API client id",
|
141 | 149 | "required": false
|
142 | 150 | },
|
143 |
| - "HMD_ALLOW_PDF_EXPORT": { |
| 151 | + "CMD_ALLOW_PDF_EXPORT": { |
144 | 152 | "description": "Enable or disable PDF exports",
|
145 | 153 | "required": false
|
146 | 154 | }
|
|
0 commit comments