mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added .env
This commit is contained in:
parent
29a99e6f2c
commit
8f9c61e1f6
2 changed files with 5 additions and 1 deletions
5
.env
Normal file
5
.env
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#API_HOST = http://localhost:7777/
|
||||||
|
#REMOTE_CURRENT = http://localhost:7777/static/
|
||||||
|
REACT_APP_API_HOST = https://pig.staging.vault48.org/
|
||||||
|
REACT_APP_REMOTE_CURRENT = https://pig.staging.vault48.org/static/
|
||||||
|
EXPOSE = 4000
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
/node_modules
|
/node_modules
|
||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
/.idea
|
/.idea
|
||||||
/.env
|
|
||||||
/dist
|
/dist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue