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: docs/docs/self-host/guides/env-variables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Environment Varaibles:
15
15
| Environment Varibale | Value | Description |
16
16
| ------------- | ------------- | ------------- |
17
17
| PUBLIC_URL |https://localhost:3001| Set it to the URL form where the app home page will be accessed |
18
-
| APP_ID | opensign | A 12 character long random app identifier. |
19
18
| MASTER_KEY | XnAadwKxxByMr | 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. |
20
19
| MONGODB_URI | mongodb://mongo-container:27017/OpenSignDB | Mongodb URI to connect to |
21
20
| PARSE_MOUNT | /app | 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. |
@@ -38,6 +37,7 @@ Environment Varaibles:
38
37
| SMTP_PASS | password | Provide smtp password |
39
38
| PFX_BASE64 | - | Base64 encoded PFX or p12 document signing certificate file. You can generate base64 encoded self sign certificate using the passphrase. |
40
39
| PASS_PHRASE | opensign | Pass phrase of PFX or p12 document signing certificate file. |
40
+
| APP_ID | opensign | (DEPRECATED) This should not be changed if provided; it should be 'opensign'. |
41
41
42
42
# Steps to generate self-signed document singing certificate
0 commit comments