Skip to content

Commit

Permalink
feat: version 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrechristikan committed Aug 2, 2024
1 parent 4f0f1bc commit c386de8
Show file tree
Hide file tree
Showing 298 changed files with 17,263 additions and 2,602 deletions.
73 changes: 35 additions & 38 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -1,41 +1,38 @@
{
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0,
"always"
"extends": [
"@commitlint/config-conventional"
],
"subject-case": [
2,
"always",
[
"sentence-case",
"start-case",
"pascal-case",
"upper-case",
"lower-case",
"camel-case"
]
],
"type-enum": [
2,
"always",
[
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"sample"
]
]
}
"rules": {
"body-max-line-length": [
0,
"always"
],
"subject-case": [
2,
"always",
[
"sentence-case",
"start-case",
"pascal-case",
"upper-case",
"lower-case",
"camel-case"
]
],
"type-enum": [
2,
"always",
[
"ci",
"doc",
"feat",
"fix",
"hotfix",
"refactor",
"revert",
"style",
"test"
]
]
}
}
9 changes: 5 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME=ACK
APP_NAME=NestJS_ACK
APP_ENV=development
APP_LANGUAGE=en
APP_TIMEZONE=Asia/Jakarta
Expand All @@ -13,14 +13,13 @@ URL_VERSION=1

JOB_ENABLE=false

DATABASE_URI=mongodb://admin:password@localhost:30001,localhost:30002,localhost:30003/ack?replicaSet=rs0&retryWrites=true&w=majority
DATABASE_URI=mongodb://host.docker.internal:27017,host.docker.internal:27018,host.docker.internal:27019/testdb?retryWrites=true&w=majority&replicaSet=rs0
DATABASE_DEBUG=false

AUTH_JWT_SUBJECT=AckDevelopment
AUTH_JWT_ISSUER=https://example.com
AUTH_JWT_AUDIENCE=ack

AUTH_JWT_ACCESS_TOKEN_EXPIRED=1h
AUTH_JWT_ACCESS_TOKEN_EXPIRED=15m
AUTH_JWT_ACCESS_TOKEN_SECRET_KEY=1234567890
AUTH_JWT_REFRESH_TOKEN_EXPIRED=182d
AUTH_JWT_REFRESH_TOKEN_SECRET_KEY=0987654321
Expand All @@ -40,3 +39,5 @@ AWS_SES_CREDENTIAL_SECRET=
AWS_SES_REGION=ap-southeast-3

SENTRY_DSN=

CLIENT_URL=https://example.com
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

Loading

0 comments on commit c386de8

Please sign in to comment.