Browse Source

PUBLIC_URL

master
parent
commit
c493c5afe7
  1. 2
      .env-example
  2. 1
      .env.production

2
.env-example

@ -1,4 +1,4 @@
REACT_APP_API=https://citadel.tias.pro
REACT_APP_MULTI_API=true
REACT_APP_ROOT_PATH=/dew
PUBLIC_URL=/dew
REACT_APP_VERSION=$npm_package_version

1
.env.production

@ -1,4 +1,3 @@
REACT_APP_API=http://localhost:48910
REACT_APP_MULTI_API=true
REACT_APP_ROOT_PATH=/dew
REACT_APP_VERSION=$npm_package_version

Loading…
Cancel
Save