feat: make invite link base URL configurable via APP_URL

Load environment variables from .env file using godotenv.
Defaults to https://demo.adriatica.io if APP_URL is not set.
This commit is contained in:
Ryan Hamamura
2026-02-04 07:02:52 -10:00
parent 20ed4807d9
commit 7faf94fa6d
7 changed files with 23 additions and 4 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Application URL for invite links (defaults to https://demo.adriatica.io)
# APP_URL=http://localhost:7331
# Server port (defaults to 7331)
# PORT=7331