Load environment variables from .env file using godotenv. Defaults to https://demo.adriatica.io if APP_URL is not set.
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
# Application URL for invite links (defaults to https://demo.adriatica.io)
|
|
# APP_URL=http://localhost:7331
|
|
|
|
# Server port (defaults to 7331)
|
|
# PORT=7331
|