Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Migrating from v1 to v2 is a straightforward process. We have updated the environment variables and the compose file to use the new variables.Note: Please backup your database before migrating.
Environment variables
The environment variables are used to configure the application. The big change is that we are using a.env file to store the variables.
- Create a
.envfile in the root of the project. - JWT_ACCESS has been changed to AUTH_SECRET.
KANEO_CLIENT_URL(required)AUTH_SECRET(required)DATABASE_URL(required)POSTGRES_DB(required)POSTGRES_USER(required)POSTGRES_PASSWORD(required)CORS_ORIGINS(optional)SMTP_HOST(optional)SMTP_PORT(optional)SMTP_SECURE(optional)SMTP_USER(optional)SMTP_PASSWORD(optional)SMTP_FROM(optional)