소스 검색

Merge branch '0.8.0-api-cleanup' of https://github.com/porter-dev/porter into 0.8.0-api-cleanup

mergin
Alexander Belanger 5 년 전
부모
커밋
e32acf4dc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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