bsfe_server/sample.config.json

11 lines
217 B
JSON

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