Skip to content

Commit ea66038

Browse files
authored
Merge pull request #504 from OpenSignLabs/prafull-opensignlabs-patch-4
chore: Update mongo url in local env
2 parents ed45bfe + 210cb5e commit ea66038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.local_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ appName=open_sign_server
2020
# A 12 character long random secret key that allows access to all the data. It is used in Parse dashboard config to view all the data in the database.
2121
MASTER_KEY=XnAadwKxxByMr
2222
# Mongodb URI to connect to
23-
MONGODB_URI=mongodb://host.docker.internal:27017/OpenSignDB
23+
MONGODB_URI=mongodb://localhost:27017/OpenSignDB
2424
# Path on which APIs should be mounted. Do not change this. This variable shall be removed & value hardcoded in the source code in coming versions.
2525
PARSE_MOUNT=/app
2626
# Set it to the URL from where APIs will be accessible to the NodeJS functions, for local development it should be localhost:3000/api/app (use your local port number instead)

0 commit comments

Comments
 (0)