Skip to content

Update package.json #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a235c8a
Update package.json
jaffe9 Dec 19, 2024
146762b
From Dev Srv
jaffe9 Dec 20, 2024
ef3c3cb
Added Env Variables or Supabase
jaffe9 Dec 20, 2024
7addf4b
Added Supabase Configurations
jaffe9 Dec 20, 2024
c5a20d2
Added Log
jaffe9 Dec 20, 2024
543d415
Adding logs
jaffe9 Dec 20, 2024
f65a6b3
Adding Logs
jaffe9 Dec 20, 2024
e7ebc00
Adding Logs
jaffe9 Dec 20, 2024
0bbba26
Adding logs
jaffe9 Dec 20, 2024
b4c751d
Adding log changes
jaffe9 Dec 20, 2024
ec6f391
Adding log changes
jaffe9 Dec 20, 2024
f127e81
Adding log changes
jaffe9 Dec 20, 2024
e2a15d6
Adding log changes
jaffe9 Dec 20, 2024
9950656
Adding log changes
jaffe9 Dec 20, 2024
3b5b965
Log Changes
jaffe9 Dec 20, 2024
a549b10
Log changes
jaffe9 Dec 20, 2024
3279005
Log changes
jaffe9 Dec 20, 2024
1a09070
Log changes
jaffe9 Dec 20, 2024
60dabe8
Updates for errors
jaffe9 Dec 31, 2024
36b9c8d
Payslip Generator added
jaffe9 Jan 5, 2025
2e2f906
Login API Changes
jaffe9 Jan 8, 2025
b42f330
Login API Changes
jaffe9 Jan 8, 2025
087e7ec
Login API Changes
jaffe9 Jan 8, 2025
484a0fe
Login API Changes
jaffe9 Jan 8, 2025
9133c5c
Login API Changes
jaffe9 Jan 9, 2025
aff29ee
Login API Changes
jaffe9 Jan 9, 2025
0e3d4bc
Login API Changes
jaffe9 Jan 9, 2025
cbb5592
Login API Changes
jaffe9 Jan 9, 2025
5d1c931
Login API Changes
jaffe9 Jan 9, 2025
41a6c96
Leave API Changes
jaffe9 Jan 12, 2025
161f340
Leave API Changes
jaffe9 Jan 12, 2025
ebd3e51
Leave API Changes
jaffe9 Jan 12, 2025
3997843
Leave API Changes
jaffe9 Jan 12, 2025
1624976
Leave API Changes
jaffe9 Jan 12, 2025
7c90f39
Leave API Changes
jaffe9 Jan 12, 2025
75d65df
Leave API Changes
jaffe9 Jan 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions .env.bkp
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#
# APPLICATION
#
APP_NAME=innovwayzapisrv
APP_SCHEMA=http
APP_HOST=localhost
APP_PORT=3000
APP_ROUTE_PREFIX=/api
APP_BANNER=true

#
# LOGGING
#
LOG_LEVEL=debug
LOG_OUTPUT=dev

#
# DATABASE
#
DB_CONNECTION=mongodb+srv://doadmin:y3q260n815UAS9aH@InnovwayzDevMonDB-a2011e56.mongo.ondigitalocean.com/admin?tls=true&authSource=admin
DB_DATABASE=mongodb
DB_LOGGING=error
DB_LOGGER=advanced-console

#
# PASSPORT
#
PASSPORT_JWT=jwt_example
PASSPORT_JWT_ACCESS_EXPIRED=900
PASSPORT_JWT_REFRESH_EXPIRED=259200

#
# Swagger
#
SWAGGER_ENABLED=true
SWAGGER_ROUTE=/swagger
SWAGGER_USERNAME=admin
SWAGGER_PASSWORD=1234

#
# Status Monitor
#
MONITOR_ENABLED=true
MONITOR_ROUTE=/monitor
MONITOR_USERNAME=admin
MONITOR_PASSWORD=1234

#
# SUPABASE
#
LOGIN_URL=https://zhplktaovpyenmypkjql.supabase.co/auth/v1/token?grant_type=password
AUTHORIZATION=Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InpocGxrdGFvdnB5ZW5teXBranFsIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY5MjUxOTYzMywiZXhwIjoyMDA4MDk1NjMzfQ.i-QsgcR7aZTxpubO0dHGPs-li50B7GrVQKsuW866YLA
APIKEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InpocGxrdGFvdnB5ZW5teXBranFsIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY5MjUxOTYzMywiZXhwIjoyMDA4MDk1NjMzfQ.i-QsgcR7aZTxpubO0dHGPs-li50B7GrVQKsuW866YLA

7 changes: 5 additions & 2 deletions .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
"version": "0.1",
"language": "en",
"words": [
"apikey",
"autorestart",
"hsts",
"mongodb",
"mydate",
"openapi",
"prefs",
"Sheeh"
"Sheeh",
"supabase"
],
"flagWords": [
"hte"
]
}
}
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
4 changes: 2 additions & 2 deletions ecosystem.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"apps": [
{
"name": "nodejs-api-boilerplate-app",
"script": "src/app.js",
"name": "innovwayz-api-srv",
"script": "cross-env NODE_ENV=development nodemon src/app.js",
"instances": 1,
"autorestart": true,
"watch": true,
Expand Down
Loading