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
# 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.
27
+
PARSE_MOUNT=/app
28
+
# 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)
# Digital ocean spaces access key ID or AWS s3 Access key ID for uploading the docs
39
+
DO_ACCESS_KEY_ID=
40
+
# Digital ocean spaces secret access key or AWS s3 secret access key for uploading the docs
41
+
DO_SECRET_ACCESS_KEY=
42
+
# Digital ocean spaces region or AWS s3 region
43
+
DO_REGION=us-west
44
+
# local storage
45
+
USE_LOCAL=TRUE
46
+
47
+
# Email mailgun config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
<divalign="center">
4
4
5
-
The free open source alternative to DocuSign | PandaDoc | SignNow | Adobe Sign | Smartwaiver | SignRequest | HelloSign | Zoho sign.
5
+
The free and open source alternative to DocuSign
6
6
7
7
[](http://isitmaintained.com/project/opensignlabs/opensign"Average time to resolve an issue")
0 commit comments