Skip to content

Commit 7a5db1c

Browse files
deprecated env updated
1 parent de79c9a commit 7a5db1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/self-host/guides/env-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Environment Varaibles:
1515
| Environment Varibale | Value | Description |
1616
| ------------- | ------------- | ------------- |
1717
| 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. |
1918
| 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. |
2019
| MONGODB_URI | mongodb://mongo-container:27017/OpenSignDB | Mongodb URI to connect to |
2120
| 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:
3837
| SMTP_PASS | password | Provide smtp password |
3938
| PFX_BASE64 | - | Base64 encoded PFX or p12 document signing certificate file. You can generate base64 encoded self sign certificate using the passphrase. |
4039
| 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'. |
4141

4242
# Steps to generate self-signed document singing certificate
4343
```

0 commit comments

Comments
 (0)