mirror of
https://github.com/aleleba/create-react-go-ssr.git
synced 2025-06-20 16:08:11 -06:00
First commit creating version 0.0.1
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@ -0,0 +1,10 @@
|
||||
#Environment
|
||||
ENV= #Default production
|
||||
#App Port
|
||||
PORT= #Default 80
|
||||
#PUBLIC URL
|
||||
PUBLIC_URL= #Default 'auto'
|
||||
#Prefix URL
|
||||
PREFIX_URL= #Default ''
|
||||
#ONLY EXACT PATH
|
||||
ONLY_EXACT_PATH= #Default false
|
Reference in New Issue
Block a user