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.
|
|
|
# Example ".env" for development, just copy this file to ".env" and edit that one
|
|
MODE=development
|
|
|
|
# Development server host
|
|
HOST=:4000
|
|
|
|
# Development server url
|
|
URL=http://localhost:3000
|
|
|
|
EMAIL=mail@example.org
|
|
|