Note: This information is only relevant for customers with an on-premise instance.
In the root of a xentral installation has to be a file called .env
. If it is not present you can copy over .env.prod
.
This file is the upcoming place for credentials.
APP_KEY
This value is used for encryption/decryption. We provide a default key, to not run into errors.
To generate a new unique key, execute php artisan key:generate
.
Do this once after the update to 22.1.
APP_URL
This variable is used to generate Url’s outside of the web context. Please add the URL incl. the protocol to this variable.
Example: APP_URL=https://xentral.mydomain.tld
Deprecated conf folder
In a future update we will move configuration values like database credentials to this file.