Add .env sample
This commit is contained in:
parent
a2f8e2ec55
commit
f9e3b80a0f
1 changed files with 7 additions and 0 deletions
7
.env.sample
Normal file
7
.env.sample
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Enable relative paths for imports.
|
||||
NODE_PATH='src/'
|
||||
|
||||
# App URLs
|
||||
# Don't add a trailing slash to these URLs.
|
||||
SIERO_API_URL=''
|
||||
SIERO_IMG_URL=''
|
||||
Loading…
Reference in a new issue