🧑💻 cleanup of files
This commit is contained in:
parent
8898959c84
commit
61ab2cba99
6 changed files with 3 additions and 35 deletions
|
@ -6,7 +6,7 @@ DISCORD_CLIENT_ID=""
|
||||||
DISCORD_GUILD_ID=""
|
DISCORD_GUILD_ID=""
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
MONGO_URL="mongodb+srv://username:password@host/database?retryWrites=true&w=majority"
|
DATABASE_URL="file:./production.db"
|
||||||
|
|
||||||
# Encryption
|
# Encryption
|
||||||
ENCRYPTION_ALGORITHM="aes-256-ctr"
|
ENCRYPTION_ALGORITHM="aes-256-ctr"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
node_modules
|
|
||||||
dist
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"root": true,
|
|
||||||
"parser": "@typescript-eslint/parser",
|
|
||||||
"plugins": ["@typescript-eslint", "no-loops", "prettier"],
|
|
||||||
"extends": [
|
|
||||||
"eslint:recommended",
|
|
||||||
"plugin:@typescript-eslint/eslint-recommended",
|
|
||||||
"plugin:@typescript-eslint/recommended",
|
|
||||||
"prettier"
|
|
||||||
],
|
|
||||||
"rules": {
|
|
||||||
"no-console": 1,
|
|
||||||
"no-loops/no-loops": 2
|
|
||||||
}
|
|
||||||
}
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -145,6 +145,3 @@ dist
|
||||||
# Docker
|
# Docker
|
||||||
database
|
database
|
||||||
docker-compose.local.yml
|
docker-compose.local.yml
|
||||||
|
|
||||||
# Prisma
|
|
||||||
prisma/*.db*
|
|
14
SECURITY.md
14
SECURITY.md
|
@ -1,14 +0,0 @@
|
||||||
# Security Policy
|
|
||||||
|
|
||||||
## Supported Versions
|
|
||||||
|
|
||||||
| Version | Supported |
|
|
||||||
| ---------- | ------------------ |
|
|
||||||
| 2022.4.x | :white_check_mark: |
|
|
||||||
| < 2022.4.x | :x: |
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
|
||||||
|
|
||||||
Report a security issue to Vermium#9649 on discord or vermium@zyner.org
|
|
||||||
|
|
||||||
I will try to fix the vulnerability within a month, often in some days only. If vulnerability is declined then still don't abuse it in any way you can.
|
|
2
prisma/.gitignore
vendored
Normal file
2
prisma/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.db
|
||||||
|
*.db-journal
|
Loading…
Add table
Reference in a new issue