generator-nokode 1.0.14 → 1.0.16

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.
@@ -16,6 +16,10 @@ email.password=BEmYZ+3CEd8fXYeZweelHVuTjrqwC86AerlHpRVDU+P6
16
16
  email.ssl.enabled=true
17
17
 
18
18
  ## AWS S3
19
- aws.s3.access.key=xxxxxxxxxxxxxxxx
20
- aws.s3.secret.key=xxxxxxxxxxxxxxxx
21
- aws.s3.region=ap-south-1
19
+ aws.s3.access.key=AKIAWRIQHPIGOHB7X6XX
20
+ aws.s3.secret.key=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
21
+ aws.s3.region=ap-south-1
22
+ aws.s3.bucket.name=kodly-beta-sandbox
23
+
24
+ ## OpenAPI/Swagger
25
+ springdoc.default-flat-param-object=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generator-nokode",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "A Yeoman generator for creating Spring Boot applications with Nokode framework",
5
5
  "main": "index.js",
6
6
  "type": "module",