mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Switches the default datastore back to MySQL, and adds a --dev flag to the serve command that will cause the in-memory datastore to be used. Closes #166 |
||
|---|---|---|
| .. | ||
| config.go | ||
| datastore.go | ||
| datastore_test.go | ||
| gorm.go | ||
| gorm_password_reset.go | ||
| gorm_sessions.go | ||
| gorm_test.go | ||
| gorm_users.go | ||
| inmem.go | ||
| inmem_password_reset.go | ||
| inmem_sessions.go | ||
| inmem_users.go | ||