.env.example 150 B raw
1
# Base URL used for og:url / og:image and absolute links
2
BASE_URL=http://localhost:4000
3
4
# Host and port the server binds to
5
HOST=127.0.0.1
6
PORT=4000