runlify 0.0.486 → 0.0.487
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -107,7 +107,7 @@ var SystemMetaBuilder = /** @class */ (function () {
|
|
|
107
107
|
this.addConfigVar('adm.jwt.secret', 'string', false, 'admSecret', 'Секрет для подписи JWT-токенов приложения админки');
|
|
108
108
|
this.addConfigVar('app.jwt.secret', 'string', false, 'appSecret', 'Секрет для подписи JWT-токенов приложения пользователей');
|
|
109
109
|
this.addConfigVar('s3.endpoint', 'string', true, 's3.eu-central-1.wasabisys.com', 'Эндпоинт S3, который использует бекенд');
|
|
110
|
-
this.addConfigVar('s3.
|
|
110
|
+
this.addConfigVar('s3.sslEnabled', 'bool', false, true, 'Включен ли ssl при работе с S3');
|
|
111
111
|
// this.addConfigVar(
|
|
112
112
|
// 's3.publicEndpoint',
|
|
113
113
|
// 'string',
|