Skip to content

Commit 940ca21

Browse files
committed
deploy: 8001961
1 parent 2e51916 commit 940ca21

File tree

7 files changed

+40
-18
lines changed

7 files changed

+40
-18
lines changed

interfaces/ConfigInstance.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ <h3 id="inputs">Properties</h3>
593593
import { JwtModuleOptions } from &#x27;@nestjs/jwt&#x27;;
594594
import { StorageManagerConfig } from &#x27;@the-software-compagny/nestjs_module_factorydrive&#x27;;
595595
import { AmazonWebServicesS3StorageConfig } from &#x27;@the-software-compagny/nestjs_module_factorydrive-s3&#x27;;
596+
import { parse } from &#x27;path&#x27;;
596597

597598
export interface MongoosePlugin {
598599
package: string;
@@ -606,6 +607,11 @@ <h3 id="inputs">Properties</h3>
606607
bodyParser: {
607608
limit: string;
608609
};
610+
https: {
611+
enabled: boolean;
612+
key: string;
613+
cert: string;
614+
}
609615
};
610616
helmet: HelmetOptions;
611617
mongoose: {
@@ -666,6 +672,11 @@ <h3 id="inputs">Properties</h3>
666672
bodyParser: {
667673
limit: &#x27;500mb&#x27;,
668674
},
675+
https: {
676+
enabled: !!parseInt(process.env[&#x27;SESAME_HTTPS_ENABLED&#x27;]) || false,
677+
key: process.env[&#x27;SESAME_HTTPS_PATH_KEY&#x27;] || &#x27;&#x27;,
678+
cert: process.env[&#x27;SESAME_HTTPS_PATH_CERT&#x27;] || &#x27;&#x27;,
679+
},
669680
},
670681
helmet: {
671682
contentSecurityPolicy: {

interfaces/MongoosePlugin.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ <h3 id="inputs">Properties</h3>
293293
import { JwtModuleOptions } from &#x27;@nestjs/jwt&#x27;;
294294
import { StorageManagerConfig } from &#x27;@the-software-compagny/nestjs_module_factorydrive&#x27;;
295295
import { AmazonWebServicesS3StorageConfig } from &#x27;@the-software-compagny/nestjs_module_factorydrive-s3&#x27;;
296+
import { parse } from &#x27;path&#x27;;
296297

297298
export interface MongoosePlugin {
298299
package: string;
@@ -306,6 +307,11 @@ <h3 id="inputs">Properties</h3>
306307
bodyParser: {
307308
limit: string;
308309
};
310+
https: {
311+
enabled: boolean;
312+
key: string;
313+
cert: string;
314+
}
309315
};
310316
helmet: HelmetOptions;
311317
mongoose: {
@@ -366,6 +372,11 @@ <h3 id="inputs">Properties</h3>
366372
bodyParser: {
367373
limit: &#x27;500mb&#x27;,
368374
},
375+
https: {
376+
enabled: !!parseInt(process.env[&#x27;SESAME_HTTPS_ENABLED&#x27;]) || false,
377+
key: process.env[&#x27;SESAME_HTTPS_PATH_KEY&#x27;] || &#x27;&#x27;,
378+
cert: process.env[&#x27;SESAME_HTTPS_PATH_CERT&#x27;] || &#x27;&#x27;,
379+
},
369380
},
370381
helmet: {
371382
contentSecurityPolicy: {

js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/KeyringsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_KeyringsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="157,-70 157,-268 339,-268 339,-70 157,-70"/>
119119
</g>
120-
<g id="clust6" class="cluster">
121-
<title>cluster_KeyringsModule_providers</title>
122-
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
123-
</g>
124120
<g id="clust4" class="cluster">
125121
<title>cluster_KeyringsModule_exports</title>
126122
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
127123
</g>
124+
<g id="clust6" class="cluster">
125+
<title>cluster_KeyringsModule_providers</title>
126+
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
127+
</g>
128128
<!-- KeyringsService -->
129129
<g id="node1" class="node">
130130
<title>KeyringsService </title>

modules/KeyringsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

modules/SettingsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_SettingsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="8,-70 8,-268 703,-268 703,-70 8,-70"/>
119119
</g>
120-
<g id="clust4" class="cluster">
121-
<title>cluster_SettingsModule_exports</title>
122-
<polygon fill="none" stroke="black" points="146,-208 146,-260 548,-260 548,-208 146,-208"/>
123-
</g>
124120
<g id="clust6" class="cluster">
125121
<title>cluster_SettingsModule_providers</title>
126122
<polygon fill="none" stroke="black" points="16,-78 16,-130 695,-130 695,-78 16,-78"/>
127123
</g>
124+
<g id="clust4" class="cluster">
125+
<title>cluster_SettingsModule_exports</title>
126+
<polygon fill="none" stroke="black" points="146,-208 146,-260 548,-260 548,-208 146,-208"/>
127+
</g>
128128
<!-- MailadmService -->
129129
<g id="node1" class="node">
130130
<title>MailadmService </title>

modules/SettingsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)