Update example env

This commit is contained in:
2026-01-10 16:30:54 +00:00
parent cabd0567f7
commit 8083b1e5de

View File

@@ -1,7 +1,9 @@
# System hostname for permalinks (mandatory) # System hostname for permalinks (mandatory)
HOSTNAME=localhost HOSTNAME=localhost
# HTTP varient (mandatory)
PROTO=http
# ZXDB MySQL connection URL # ZXDB MySQL connection URL (mandatory)
# Example using a readonly user created by ZXDB scripts # Example using a readonly user created by ZXDB scripts
# CREATE ROLE 'zxdb_readonly'; # CREATE ROLE 'zxdb_readonly';
# GRANT SELECT, SHOW VIEW ON `zxdb`.* TO 'zxdb_readonly'; # GRANT SELECT, SHOW VIEW ON `zxdb`.* TO 'zxdb_readonly';