mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-10 04:22:09 +10:00
* feat: user invite uses external domain option fixes #117 * fix: inconsistent external url format * fix: normalize external url more cleanly
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
DATABASE_URL="postgres://drop:drop@127.0.0.1:5432/drop"
|
|
|
|
GIANT_BOMB_API_KEY=""
|
|
|
|
EXTERNAL_URL="http://localhost:3000"
|