Explorar el Código

Update create default env files server url

jnfrati hace 4 años
padre
commit
d7f5256b75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/dev-environment/CreateDefaultEnvFiles.sh

+ 1 - 1
scripts/dev-environment/CreateDefaultEnvFiles.sh

@@ -3,7 +3,7 @@
 create-backend-env-file() {
   FILE=./docker/.env
 cat > $FILE <<- EOM
-SERVER_URL=http://localhost:8080
+SERVER_URL=http://localhost:8081
 SERVER_PORT=8080 # Be sure that doesn't colision with the frontend port
 SQL_LITE=true
 SQL_LITE_PATH=./porter.db