Hosted Configuration
The hosted backend can be configured through environment variables.
Core Settings
STARQUERY_MODE=hostedHOSTPORTSTARQUERY_SERVER_NAME
Metastore
Recommended simple hosted setup:
STARQUERY_META_DRIVER=sqliteSTARQUERY_META_SQLITE_PATH=/var/lib/starquery/starquery-meta.sqlite
Alternative:
STARQUERY_META_DRIVER=mysqlSTARQUERY_META_MYSQL_HOSTSTARQUERY_META_MYSQL_PORTSTARQUERY_META_MYSQL_USERSTARQUERY_META_MYSQL_PASSWORDSTARQUERY_META_MYSQL_DATABASE
Frontend Locking
For the single-image hosted deployment, the frontend can be locked to the same origin:
VITE_LOCKED_SERVER_URL=/
Security-Relevant Settings
STARQUERY_PUBLIC_URLSTARQUERY_CORS_ALLOWED_ORIGINSSTARQUERY_SEED_ADMIN_*STARQUERY_AUTH_OPENID_*
Use the Configuration Reference for the full list.