Ghost/core/shared/config/env
Daniel Lockyer db1c1ce21d Changed DB path for SQLite tests
no issue

- previously for SQLite tests we were pointing to a DB file within the
  content/data folder, which would be stored on the filesystem
- by pointing this file to be under `/tmp`, the file is stored in memory
  and should be a lot quicker to access
- this works great for me! - 2x faster test suite for SQLite
- however, Windows doesn't have a `/tmp` folder so we need to rewrite that
  part to replace with `os.tmpdir()`
2021-02-19 12:21:00 +00:00
..
config.development.json Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
config.production.json Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
config.testing-mysql.json Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
config.testing.json Changed DB path for SQLite tests 2021-02-19 12:21:00 +00:00