added config.json to gitignore

This commit is contained in:
leca 2024-10-31 07:48:17 +03:00
parent c9e679ec4c
commit ad5d7c4547
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View File

@ -139,3 +139,4 @@ dist
#Local #Local
uploads uploads
temp temp
config.json

View File

@ -1,10 +0,0 @@
{
"debug": true,
"port": "8081",
"dbuser": "bsfe",
"dbhost": "localhost",
"dbport": "5432",
"dbpassword": "Ch@NgEME!",
"dbname": "bsfe",
"secret": "SECRET!11!1!"
}