mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
* Add SITE_URL env var * Debug git branch * Set site URL to "false" * Bug fix * Fix CORS allowed methods * Upgrade kcors * Fix for API HOST in review apps * Review app fixes * Add bin/bash * Refactor site URL code * Cleanup API host
8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
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>
|
|
REDIS_URL=redis://localhost:6379
|
|
CLIENT_DIST_DIRECTORY='client/dist/path'
|
|
ROOM_HASH_SECRET='some-uuid'
|
|
SITE_URL=https://darkwire.io |