fixed license issue

This commit is contained in:
Timo Bejan 2020-10-12 14:05:17 +03:00
parent 936fece85d
commit 4ccf18be77
2 changed files with 3 additions and 3 deletions

View File

@ -278,10 +278,10 @@
},
"file-preview": {
"annotated": {
"label": "Annotated"
"label": "Review Annotations"
},
"redacted": {
"label": "Redacted"
"label": "Preview Redaction"
},
"download-redacted": {
"label": "Download Redacted"

View File

@ -3,7 +3,7 @@
OAUTH_CLIENT_ID="${OAUTH_CLIENT_ID:-gin-client}"
OAUTH_URL="${OAUTH_URL:-https://keycloak-dev.iqser.cloud/auth/realms/dev}"
API_URL="${API_URL:-}"
PDFTRON_LICENSE="${API_URL:-}"
PDFTRON_LICENSE="${PDFTRON_LICENSE:-}"
echo '{
"OAUTH_CLIENT_ID":"'"$OAUTH_CLIENT_ID"'",