End of life for on-premise instances
At the end of March 2023, we cease on-premise hosting for Xentral instances. We encourage you to migrate your Xentral instance to our cloud - please do not hesitate to contact account@xentral.com for discussing and scheduling your cloud migration, or refer to our website or to our Community for more information.
Be aware that at the end of March 2023 we will stop any support services for on-premise hosted instances. There will be no further bug fixing or updates available. Likewise, we will not issue any further open source versions.
In the root of a xentral installation has to be a file called .env
. If it is not present you can copy .env.prod
there.
This file is the upcoming place for credentials.
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.
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