mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 11:02:58 +00:00
16 lines
318 B
Plaintext
16 lines
318 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'
|
|
|
|
ROOM_HASH_SECRET='some-uuid'
|
|
|
|
SITE_URL=https://darkwire.io
|
|
|
|
# Store configuration
|
|
STORE_BACKEND=memory
|
|
|