Commit 4f8e296d authored by Richard Glosner's avatar Richard Glosner
Browse files

Merge branch 'rename-link-to-homepage' into 'main'

rename INJECT_LINK to INJECT_HOMEPAGE

See merge request inject/frontend!365
parents 8c33a1a6 95069043
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ INJECT_SECRET_KEY=your-at-least-fifty-or-more-characters-long-secret-key

- INJECT_DOMAIN: Defines the hostname for the Nginx server. This should be set to the **domain name** that points to your server's IP address.
- INJECT_SECRET_KEY: Used to provide cryptographic signing. Must be at least 50 characters long. Can be anything.
- INJECT_LINK: The URL (link) of the deployed instance fo the INJECT platform with used protocol (http or https). The following URL is an example: _https://my-inject-domain.com_. This link is used in the welcome email.
- INJECT_HOMEPAGE: The URL (link) of the deployed instance fo the INJECT platform with used protocol (http or https). The following URL is an example: _https://my-inject-domain.com_. This link is used in the welcome email.
- INJECT_MAX_UPLOAD_SIZE: Specifies the maximum body size of requests, including file uploads. The unit of this variable is bytes. The default value is set to 10MB (10485760 bytes).

#### Authentication, Authorization and Identification (AAI)
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ INJECT_EMAIL_HOST_USER=
INJECT_EMAIL_HOST_PASSWORD=
INJECT_EMAIL_SENDER_ADDRESS=
INJECT_EMAIL_PROTOCOL=
INJECT_LINK=http://${INJECT_DOMAIN}/
INJECT_HOMEPAGE=http://${INJECT_DOMAIN}/

# enable logging to a specific file
# INJECT_LOGS=data/
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ INJECT_EMAIL_HOST_USER=
INJECT_EMAIL_HOST_PASSWORD=
INJECT_EMAIL_SENDER_ADDRESS=
INJECT_EMAIL_PROTOCOL=
INJECT_LINK=https://${INJECT_DOMAIN}/
INJECT_HOMEPAGE=https://${INJECT_DOMAIN}/

# enable logging to a specific file
# INJECT_LOGS=data/
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ INJECT_EMAIL_HOST_USER=
INJECT_EMAIL_HOST_PASSWORD=
INJECT_EMAIL_SENDER_ADDRESS=
INJECT_EMAIL_PROTOCOL=
INJECT_LINK=https://${INJECT_DOMAIN}/
INJECT_HOMEPAGE=https://${INJECT_DOMAIN}/

# enable logging to a specific file
# INJECT_LOGS=data/