Skip to content

Commit

Permalink
lob6-compat version added to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf Pailer committed Nov 13, 2021
1 parent 0bb1fec commit e7dd30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function getServerSideProps(ctx) {
// get the current environment
let { SERVER_URL } = process.env;
if (!SERVER_URL) {
SERVER_URL = "http://localhost:3000";
SERVER_URL = "http://127.0.0.1:3000";
}
console.log("SERVER_URL=" + SERVER_URL);

Expand Down

1 comment on commit e7dd30e

@rpailer
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IBM Cloud toolchain: Delivery Pipeline deployed todo-app to mycluster-free namespace:prod, including this commit

Please sign in to comment.