|
@@ -37,7 +37,7 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
|
|
|
* fileUpload:
|
|
* fileUpload:
|
|
|
* type: boolean
|
|
* type: boolean
|
|
|
* description: enable upload file except image file
|
|
* description: enable upload file except image file
|
|
|
- * SiteUrlSettingParams:
|
|
|
|
|
|
|
+ * SiteUrlSettingParams:
|
|
|
* type: object
|
|
* type: object
|
|
|
* properties:
|
|
* properties:
|
|
|
* siteUrl:
|
|
* siteUrl:
|
|
@@ -46,7 +46,7 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
|
|
|
* envSiteUrl:
|
|
* envSiteUrl:
|
|
|
* type: String
|
|
* type: String
|
|
|
* description: environment variable 'APP_SITE_URL'
|
|
* description: environment variable 'APP_SITE_URL'
|
|
|
- * MailSettingParams:
|
|
|
|
|
|
|
+ * MailSettingParams:
|
|
|
* type: object
|
|
* type: object
|
|
|
* properties:
|
|
* properties:
|
|
|
* fromAddress:
|
|
* fromAddress:
|
|
@@ -66,6 +66,7 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
|
|
|
* description: password of client's smtp server
|
|
* description: password of client's smtp server
|
|
|
* AwsSettingParams:
|
|
* AwsSettingParams:
|
|
|
* type: object
|
|
* type: object
|
|
|
|
|
+ * properties:
|
|
|
* region:
|
|
* region:
|
|
|
* type: String
|
|
* type: String
|
|
|
* description: region of AWS S3
|
|
* description: region of AWS S3
|
|
@@ -83,6 +84,7 @@ const ErrorV3 = require('../../models/vo/error-apiv3');
|
|
|
* description: secret key for authentification of AWS
|
|
* description: secret key for authentification of AWS
|
|
|
* PluginSettingParams:
|
|
* PluginSettingParams:
|
|
|
* type: object
|
|
* type: object
|
|
|
|
|
+ * properties:
|
|
|
* isEnabledPlugins:
|
|
* isEnabledPlugins:
|
|
|
* type: String
|
|
* type: String
|
|
|
* description: enable use plugins
|
|
* description: enable use plugins
|