Skip to content

Commit afb0e32

Browse files
committed
S03P22A304-30 #done
1 parent 0c30cf7 commit afb0e32

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"apps": [{
33
"name": "demacia",
44
"cwd": ".",
5-
"script": "/usr/bin/java",
5+
"script": "java",
66
"args": [
77
"-jar",
8-
"/home/ubuntu/s03p13a602/backend/target/webBlog-0.0.1-SNAPSHOT.jar"
8+
"/home/ubuntu/back/webBlog-0.0.1-SNAPSHOT.jar"
99
],
1010
"env": {
1111
},

frontend/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
NODE_ENV=local
2-
VUE_APP_API_URL=http://localhost:8081
2+
VUE_APP_API_URL=http://localhost:8080
33
VUE_APP_IMGUP_URL=http://localhost:3000
44

frontend/.env.production

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NODE_ENV=production
2-
VUE_APP_API_URL=http://i3A602.p.ssafy.io/api
3-
VUE_APP_IMGUP_URL=http://i3A602.p.ssafy.io/imgup
2+
VUE_APP_API_URL=http://j3a304.p.ssafy.io/api
3+
VUE_APP_IMGUP_URL=http://j3a304.p.ssafy.io/imgup

0 commit comments

Comments
 (0)