You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
527 B
Plaintext
19 lines
527 B
Plaintext
|
|
# Backend server mode, when in production this also serves static files from the current dist/ folder.
|
|
MODE=development
|
|
|
|
# Backend server host address
|
|
# In "development" mode the default port for the backend server is :4000
|
|
HOST=:4000
|
|
|
|
# Frontend address
|
|
# In development mode the default port for the ViteJS frontend dev-server is :4000
|
|
URL=http://localhost:3000
|
|
|
|
# Email for support
|
|
EMAIL=macchinisti.phc@gmail.com
|
|
|
|
# ViteJS BASE_URL if not served on root, default is "/"
|
|
# This is used on all frontend link urls
|
|
BASE_URL=/
|