Skip to content

Commit

Permalink
fix(): docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jhderojasUVa committed Aug 13, 2022
1 parent b36742b commit 9089ecc
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 @@ -25,8 +25,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 9089ecc

Please sign in to comment.