We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c30cf7 commit afb0e32Copy full SHA for afb0e32
app.json
@@ -2,10 +2,10 @@
2
"apps": [{
3
"name": "demacia",
4
"cwd": ".",
5
- "script": "/usr/bin/java",
+ "script": "java",
6
"args": [
7
"-jar",
8
- "/home/ubuntu/s03p13a602/backend/target/webBlog-0.0.1-SNAPSHOT.jar"
+ "/home/ubuntu/back/webBlog-0.0.1-SNAPSHOT.jar"
9
],
10
"env": {
11
},
frontend/.env
@@ -1,4 +1,4 @@
1
NODE_ENV=local
-VUE_APP_API_URL=http://localhost:8081
+VUE_APP_API_URL=http://localhost:8080
VUE_APP_IMGUP_URL=http://localhost:3000
frontend/.env.production
@@ -1,3 +1,3 @@
NODE_ENV=production
-VUE_APP_API_URL=http://i3A602.p.ssafy.io/api
-VUE_APP_IMGUP_URL=http://i3A602.p.ssafy.io/imgup
+VUE_APP_API_URL=http://j3a304.p.ssafy.io/api
+VUE_APP_IMGUP_URL=http://j3a304.p.ssafy.io/imgup
0 commit comments