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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ values should work fine for running on localhost, however for an
62
62
Internet-accessible deployment the following variables will need to be exported:
63
63
64
64
-`SERVER_NAME` - **Required**; Address at which server will be accessible on the Internet. E.g. `https://strider.example.com` (note: no trailing slash, and included protocol)
65
-
-`DB_URI` - MongoDB DB URI (with port number if local, e.g. localhost:27017) if not localhost (you can safely use[MongoLab free plan][mongolab] or[MongoDB Atlas](https://www.mongodb.com/cloud/atlas))
65
+
-`DB_URI` - MongoDB DB URI (with port number if local, e.g. localhost:27017) if not localhost (you can also use [MongoDB Atlas](https://www.mongodb.com/cloud/atlas))
66
66
67
67
You might need to follow these instructions if you use any of these, please do so before filing issues.
0 commit comments