Skip to content

Commit de79c9a

Browse files
Update deprecated env
1 parent 7a7e1b5 commit de79c9a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/docs/self-host/docker/run-locally.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Add below Environment Varaibles to the ".env.prod" file that is automatically cr
7474
| Environment Varibale | Value | Description |
7575
| ------------- | ------------- | ------------- |
7676
| PUBLIC_URL | https://localhost:3001 or https://opensign.yourdomain.com | Set it to the URL form where the app home page will be accessed |
77-
| APP_ID | opensign | A 12 character long random app identifier. |
7877
| 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. |
7978
| MONGODB_URI | mongodb://mongo-container:27017/OpenSignDB | Mongodb URI to connect to |
8079
| 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. |
@@ -97,6 +96,8 @@ Add below Environment Varaibles to the ".env.prod" file that is automatically cr
9796
| SMTP_PASS | password | Provide smtp password |
9897
| PFX_BASE64 | - | Base64 encoded PFX or p12 document signing certificate file. You can generate base64 encoded self sign certificate using the passphrase. |
9998
| PASS_PHRASE | opensign | Pass phrase of PFX or p12 document signing certificate file. |
99+
| APP_ID | opensign | (DEPRECATED) This should not be changed if provided; it should be 'opensign'. |
100+
100101

101102
# Steps to Generate Self Sign Certificate
102103
```

0 commit comments

Comments
 (0)