Location of database settings

By default, the database is stored in memory in a file called database.sqlite. Where in the code is this filename hardcoded?

Wouldn’t it make sense to search the source code to find out? This string appears just twice in the code base, so it shouldn’t be too hard to figure it out.

1 Like

Thanks! It is in the file BaseApplication.js and is passed while opening the database