Skip to content

Commit

Permalink
fix(): location
Browse files Browse the repository at this point in the history
  • Loading branch information
jhderojasUVa committed Aug 15, 2022
1 parent 996cbf9 commit 8f4309a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ app.use((req, res, next) => {

// Tedious configuration and start up
const config = {
// server: '172.18.0.2',
server: 'localhost',
server: '172.18.0.2',
// server: 'localhost',
authentication: {
type: 'default',
options: {
Expand Down

0 comments on commit 8f4309a

Please sign in to comment.