mirror of
https://github.com/aleleba/create-react-go-ssr.git
synced 2025-04-18 09:17:48 -06:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
#Environment
|
|
ENV= #Default production
|
|
#App Port
|
|
PORT= #Default 80
|
|
#Host
|
|
HOST= #Default localhost
|
|
#Prefix URL
|
|
PREFIX_URL= #Default '' |