0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core
Daniel Lockyer 82a60ae155 Fixed detection of Windows environment when connecting to SQLite temp DB
fixes https://github.com/TryGhost/Toolbox/issues/284

- this section of code rewrites `/tmp` in the SQlite filename to the
  temp dir
- the fix was only intended for Windows environments, because they
  typically don't have a `/tmp` dir
- this commit adds a `process.platform` check for Windows
- it also moves the code into the DB connection file instead of the
  config lib
2022-05-30 17:42:34 -04:00
..
admin@9db564d1fd Updated Admin to v5.1.1 2022-05-30 13:54:28 +01:00
cli Added docs for writing new commands 2022-05-17 17:16:44 +01:00
frontend 🎨 Reduced favicon requirements and added image formatting (#14918) 2022-05-27 16:36:53 +02:00
server Fixed detection of Windows environment when connecting to SQLite temp DB 2022-05-30 17:42:34 -04:00
shared Fixed detection of Windows environment when connecting to SQLite temp DB 2022-05-30 17:42:34 -04:00
app.js
boot.js
bridge.js