diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-11-07 23:02:37 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-11-07 23:05:19 -0800 |
| commit | a3b1a3bfdf8714469e35d431f28d559619326c73 (patch) | |
| tree | da80bd2330d343c38d21f8bdec8d7a07b313957d /backend | |
| parent | 91c737c907f174b5252877876126a8b81e6cb831 (diff) | |
add instance info to landing page
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/.env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/.env.example b/backend/.env.example index f570912..e6356a9 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -2,3 +2,4 @@ DATABASE_URL="postgresql://postgres@localhost:5432/mirage" SESSION_SECRET="your-very-secure-secret-key-change-this-in-production-make-it-long-and-random" PORT=5000 NODE_ENV=development +REQUIRE_INVITE=true # needs an invite to join |
