mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 10:49:02 +00:00
* Revert "Revert "Allow to launch server without Redis (#119)" (#133)" This reverts commit 18065f965215c32b4b66e13246a6a54977088518. * Default to REDIS_URL env var for store host
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
|