decentralised message store

docs: add initial example env file

serenity 06774e59 6076ce72

Changed files
+9
+9
.example.env
···
···
+
# use ":memory:" if you want an in-memory store, or "file:path/to/file.db" for an embedded file on the server.
+
# defaults to ":memory:"
+
DB_URL=":memory:"
+
+
# may omit if you're storing locally (in memory or on file).
+
AUTH_TOKEN=
+
+
# optional, for at-rest encryption of the contents of your shard. if omitted, no encryption at rest is performed.
+
ENC_PASSPHRASE=