Skip to content

Commit 8a87569

Browse files
authored
Merge pull request #971 from OpenSignLabs/fix_selfhost
2 parents 57552a3 + 0b2710b commit 8a87569

File tree

6 files changed

+469
-448
lines changed

6 files changed

+469
-448
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://mongo:27017/OpenSignDB
23+
MONGODB_URI=mongodb://host.docker.internal:27018/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)