1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added .env

This commit is contained in:
Fedor Katurov 2020-11-20 18:47:19 +07:00
parent 29a99e6f2c
commit 8f9c61e1f6
2 changed files with 5 additions and 1 deletions

5
.env Normal file
View 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
View file

@ -1,5 +1,4 @@
/node_modules
/npm-debug.log
/.idea
/.env
/dist