# ZXDB MySQL connection URL # Example using a readonly user created by ZXDB scripts # CREATE ROLE 'zxdb_readonly'; # GRANT SELECT, SHOW VIEW ON `zxdb`.* TO 'zxdb_readonly'; # See docs/ZXDB.md for full setup instructions (DB import, helper tables, # readonly role, and environment validation notes). ZXDB_URL=mysql://zxdb_readonly:password@hostname:3306/zxdb