in code/config.js [30:41]
reset() {
this.host = "";
this.instanceNumber = "";
this.databaseName = "";
this.user = "";
this.password = "";
this.secureConnection = false;
this.secret_key = "";
this.debug = false;
}