mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-24 05:00:17 +00:00
* Add nvmrc file for nvm use * Add help to run redis store with docker * Add Redis and memory store * Rename dist files * Allow to launch server without Redis * Slit stores in their own files * Update readme.md Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com> * Mimic Redis API * Move store logic in is own file Co-authored-by: Alan Friedman <d.alan.friedman@gmail.com>
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
# Abuse mail configuration
|
|
MAILGUN_API_KEY=api-key
|
|
MAILGUN_DOMAIN=darkwire.io
|
|
ABUSE_TO_EMAIL_ADDRESS=abuse@darkwire.io
|
|
ABUSE_FROM_EMAIL_ADDRESS=Darkwire <no-reply@darkwire.io>
|
|
|
|
CLIENT_DIST_DIRECTORY='client/dist/path'
|
|
|
|
ROOM_HASH_SECRET='some-uuid'
|
|
|
|
SITE_URL=https://darkwire.io
|
|
|
|
# Store configuration
|
|
STORE_BACKEND=redis
|
|
STORE_HOST=redis://localhost:6379
|