Skip to content

Commit

Permalink
Merge pull request #5 from aaferna/2.0.1
Browse files Browse the repository at this point in the history
2.0.1
  • Loading branch information
aaferna authored Jun 25, 2023
2 parents 675186c + 4b3eb0f commit 3bea127
Show file tree
Hide file tree
Showing 27 changed files with 2,913 additions and 352 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PORT=1900
DDOSSTATUS=0
DDOSINTENTOS=10
DDOSTIMOUT=10000 # 86400000 es un dia
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ typings/
.yarn-integrity

# dotenv environment variables file
.env
.env.test
# .env
# .env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down
20 changes: 0 additions & 20 deletions components/status.js

This file was deleted.

23 changes: 0 additions & 23 deletions core/modules/date.js

This file was deleted.

7 changes: 0 additions & 7 deletions core/modules/express.js

This file was deleted.

36 changes: 0 additions & 36 deletions core/modules/log4j.js

This file was deleted.

67 changes: 0 additions & 67 deletions core/modules/sql.js

This file was deleted.

78 changes: 0 additions & 78 deletions core/server.js

This file was deleted.

Binary file added db/.DS_Store
Binary file not shown.
7 changes: 5 additions & 2 deletions config.json → db/datastores.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"port": 1320,
"datastore":[
{
"name": "test",
Expand All @@ -9,8 +8,12 @@
"password": "",
"port": 3306,
"connectionreintent": 5,
"database": "TEST"
"database": "test",
"connectionLimit": 10,
"waitForConnections": 10,
"queueLimit": 10
}
}
]

}
Binary file added db/endpoint_stats.db
Binary file not shown.
3 changes: 0 additions & 3 deletions functions/alert.js

This file was deleted.

3 changes: 3 additions & 0 deletions functions/console.log.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
exports.con = (data) => {
console.log(data)
}
Loading

0 comments on commit 3bea127

Please sign in to comment.