You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ See [`server-setup.md`](./server-setup.md) for instructions on acquiring a serve
24
24
25
25
> **Note**: You can pass any option to the `micro-analytics` command that you can pass to [`micro`](https://github.com/zeit/micro). As an example, to change the host you'd do `micro-analytics -H 127.0.0.1`
26
26
27
+
### Database adapters
28
+
29
+
micro-analytics supports custom database adapters. They can be configured with the environment
30
+
variable `DB_ADAPTER`. Setting it to `redis` will make it require `micro-analytics-adapter-redis`.
31
+
Leaving it unset will make micro-analytics use the builtin flat-file-db adapter.
0 commit comments