You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.local_dev
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ appName=open_sign_server
20
20
# 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.
21
21
MASTER_KEY=XnAadwKxxByMr
22
22
# Mongodb URI to connect to
23
-
MONGODB_URI=mongodb://localhost:27017/OpenSignDB
23
+
MONGODB_URI=mongodb://mongo:27017/OpenSignDB
24
24
# 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.
25
25
PARSE_MOUNT=/app
26
26
# 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