-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 94abf68 Author: SkyZeroZx <[email protected]> Date: Sat Oct 8 18:44:20 2022 -0500 Update WebAuthn commit 902f3be Author: SkyZeroZx <[email protected]> Date: Sat Oct 8 18:35:11 2022 -0500 Update Version GitHub Actions commit d981a5e Author: SkyZeroZx <[email protected]> Date: Sat Oct 8 18:27:01 2022 -0500 Update Unit Test commit b72e5fe Author: SkyZeroZx <[email protected]> Date: Sat Oct 8 18:16:57 2022 -0500 Update .env commit f0250f4 Author: SkyZeroZx <[email protected]> Date: Sat Oct 8 18:08:10 2022 -0500 Update build.yml commit 531cd04 Author: SkyZeroZx <[email protected]> Date: Sat Oct 8 18:02:21 2022 -0500 Add Unit Test commit 68f233a Author: SkyZeroZx <[email protected]> Date: Mon Oct 3 00:40:55 2022 -0500 Update Docker Compose TZ Env commit 855d146 Author: SkyZeroZx <[email protected]> Date: Mon Oct 3 00:20:15 2022 -0500 Update Schedule Service commit 4ad5aca Author: SkyZeroZx <[email protected]> Date: Thu Sep 29 20:17:56 2022 -0500 Update DockerCompose Add AWS Bucket commit fd8095b Author: SkyZeroZx <[email protected]> Date: Thu Sep 29 20:15:28 2022 -0500 Add AWS S3 Service commit 2ac6213 Author: SkyZeroZx <[email protected]> Date: Fri Sep 23 23:57:20 2022 -0500 Test with Fastify commit c467367 Author: SkyZeroZx <[email protected]> Date: Fri Sep 23 22:30:20 2022 -0500 Fixed Cache Module in User Module commit 7a2e1fd Author: SkyZeroZx <[email protected]> Date: Fri Sep 23 22:23:47 2022 -0500 Update Cache Rules commit d1069a9 Author: SkyZeroZx <[email protected]> Date: Thu Sep 22 22:02:34 2022 -0500 Add Cache Module & Licence Module commit 7d37164 Author: SkyZeroZx <[email protected]> Date: Thu Sep 22 00:06:59 2022 -0500 Update Services commit 6ecf562 Author: SkyZeroZx <[email protected]> Date: Sat Sep 17 00:02:25 2022 -0500 Update package.json
- Loading branch information
Showing
130 changed files
with
16,362 additions
and
11,375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# JWT TOKEN SECRET KEY | ||
JWT_TOKEN=EXAMPLE_TOKEN_KEY | ||
|
||
# DATABASE PROPERTIES | ||
DATABASE_HOST=localhost | ||
DATABASE_USERNAME=root | ||
DATABASE_PASSWORD=root | ||
DATABASE_NAME=sky-krono | ||
DATABASE_PORT=3306 | ||
|
||
# DEFAULT USER ADMIN | ||
[email protected] | ||
DEFAULT_USER_PASSWORD=Admin1 | ||
|
||
# EMAIL PROPERTIES | ||
EMAIL_HOST=smtp.gmail.com | ||
EMAIL_PORT=465 | ||
[email protected] | ||
EMAIL_PASSWORD=Admin1 | ||
|
||
# WEB PUSH PROPERTIES | ||
PUBLIC_KEY=YOUR_PUBLIC_KEY | ||
PRIVATE_KEY=YOUR_PRIVATE_KEY | ||
EMAIL_WEB_PUSH=mailto:[email protected] | ||
|
||
# WEB AUTHENTICATION PROPERTIES | ||
RP_ID=YOUR_RP_ID #EXAMPLE skyzerozx.com or localhost | ||
RP_ID_ARRAY=["localhost","skyzerozx.com"] | ||
ORIGIN=["http://localhost:4200", "https://skyzerozx.com"] | ||
|
||
|
||
# TIME ZONE PROPERTIES SEE DOCUMENTATION https://date-fns.org/v2.29.2/docs/Time-Zones | ||
TZ=America/Bogota | ||
|
||
# CACHE NESTJS PROPERTIERS | ||
CACHE_MAX_ITEMS=100 | ||
CACHE_TTL=2 | ||
|
||
# CACHE MYSQL DATABASE PROPERTIES | ||
ENABLED_MYSQL_CACHE=true | ||
|
||
# AWS S3 PROPERTIES | ||
AWS_REGION=YOUR_REGION_AWS | ||
AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY_ID_AWS | ||
AWS_SECRET_ACCESS_KEY=YOUR_SECRET_ACCESS_KEY_AWS | ||
AWS_BUCKET=YOUR_BUCKET_NAME | ||
|
||
|
||
#LOGGER PROPERTIES | ||
APP_NAME=SKY-KRONO | ||
LOG_FOLDER=LOG | ||
DATE_PATTERN=YYYY-MM-DD | ||
TIMESTAMP_FORMAT=YYYY-MM-DD hh:mm:ss.SSS A | ||
MAX_SIZE=20m | ||
MAX_DAYS=14d | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
/coverage-e2e | ||
credentials.txt | ||
querys.sql | ||
dev_querys.sql | ||
|
||
#ENV | ||
.env | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"material-icon-theme.folders.associations": {}, | ||
"material-icon-theme.files.associations": {}, | ||
"material-icon-theme.activeIconPack": "nest" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.