Skip to content

Commit

Permalink
Hardcode static endpoint port
Browse files Browse the repository at this point in the history
Have hardcoded the default static endpoint port for DEV environment
which is 8001.
  • Loading branch information
JohnSundarraj committed Sep 23, 2023
1 parent 2014dd0 commit ee0fbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"environment":"dev",
"cdn":{
"static":{
"endpoint":"http://app-static.crm.sloopstash.dv"
"endpoint":"http://app-static.crm.sloopstash.dv:8001"
}
}
}

0 comments on commit ee0fbe8

Please sign in to comment.