OlivierDehaene commited on
Commit
5fa7ee8
1 Parent(s): d67476b

update from localhost to 127.0.0.1

Browse files
Files changed (1) hide show
  1. .env.local +2 -2
.env.local CHANGED
@@ -1,7 +1,7 @@
1
  # Use .env.local to change these variables
2
  # DO NOT EDIT THIS FILE WITH SENSITIVE DATA
3
 
4
- MONGODB_URL=mongodb://localhost:27017
5
  MONGODB_DB_NAME=chat-ui
6
  MONGODB_DIRECT_CONNECTION=false
7
 
@@ -40,7 +40,7 @@ MODELS=`[
40
  ],
41
  "endpoints": [
42
  {
43
- "url": "http://localhost:8080"
44
  }
45
  ],
46
  "parameters": {
 
1
  # Use .env.local to change these variables
2
  # DO NOT EDIT THIS FILE WITH SENSITIVE DATA
3
 
4
+ MONGODB_URL=mongodb://127.0.0.1:27017
5
  MONGODB_DB_NAME=chat-ui
6
  MONGODB_DIRECT_CONNECTION=false
7
 
 
40
  ],
41
  "endpoints": [
42
  {
43
+ "url": "http://127.0.0.1:8080"
44
  }
45
  ],
46
  "parameters": {