diff --git a/.gitignore b/.gitignore index 0c62b88..7c3eea3 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ dist #Local uploads temp +config.json diff --git a/config.json b/config.json deleted file mode 100644 index 753c0a1..0000000 --- a/config.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "debug": true, - "port": "8081", - "dbuser": "bsfe", - "dbhost": "localhost", - "dbport": "5432", - "dbpassword": "Ch@NgEME!", - "dbname": "bsfe", - "secret": "SECRET!11!1!" -}