We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c99529 commit f464824Copy full SHA for f464824
app.json
@@ -11,17 +11,9 @@
11
"value": "-----BEGIN RSA PRIVATE KEY-----\nxxxx\n-----END RSA PRIVATE KEY-----"
12
},
13
"SITE_AND_VIEW_ID_JSON": {
14
- "description": "Website name (Google Analytics embedded) & Google Analytics View ID.",
+ "description": "Website names (Google Analytics embedded) & Google Analytics View IDs.",
15
"value": "[{\"hoge-blog\":12345678},{\"fuga-blog\":23456789}]"
16
17
- "PROFILE_ID": {
18
- "description": "Google Analytics Profile ID.",
19
- "value": "12345678"
20
- },
21
- "WEBSITE_NAME": {
22
- "description": "Website name Google Analytics embedded.",
23
- "value": "hoge-blog"
24
25
"MACKEREL_API_KEY": {
26
"description": "Your organization's api-key of mackerel.io.",
27
"value": ""
0 commit comments