add global config
This commit is contained in:
19
src/config.json
Normal file
19
src/config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"license": {
|
||||
"enabled": true,
|
||||
"api": {
|
||||
"checkUrl": "https://kintone.alicorns.co.jp/api/license/check",
|
||||
"pluginKey": "kintone-vue-template"
|
||||
},
|
||||
"purchase": {
|
||||
"url": "https://alisurvey.alicorns.co.jp/s/Iuc5RxZv",
|
||||
"formIds": {
|
||||
"name": "input1761283314263",
|
||||
"email": "input1761283275767",
|
||||
"domain": "input1761283180784",
|
||||
"pluginId": "input1761283200616"
|
||||
}
|
||||
},
|
||||
"warningDaysBeforeExpiry": 7
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user