added config.json to gitignore
This commit is contained in:
parent
c9e679ec4c
commit
ad5d7c4547
|
@ -139,3 +139,4 @@ dist
|
|||
#Local
|
||||
uploads
|
||||
temp
|
||||
config.json
|
||||
|
|
10
config.json
10
config.json
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"debug": true,
|
||||
"port": "8081",
|
||||
"dbuser": "bsfe",
|
||||
"dbhost": "localhost",
|
||||
"dbport": "5432",
|
||||
"dbpassword": "Ch@NgEME!",
|
||||
"dbname": "bsfe",
|
||||
"secret": "SECRET!11!1!"
|
||||
}
|
Loading…
Reference in New Issue