[fix] Add other blacklisted short keys

This commit is contained in:
ljf (zamentur) 2023-08-23 16:03:06 +02:00 committed by GitHub
parent c35f1619d9
commit c84bd92220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ For performance reasons, questions short keys have to be unique in all the `conf
``` ```
In which two questions have "real variable name" `is server_ip` and therefore conflict with each other. In which two questions have "real variable name" `is server_ip` and therefore conflict with each other.
! Short keys should avoid conflicts with settings too (e.g. id, install_time, mysql_pwd, path, domain, port, db_name) ! Some short key are forbidden cause it can interfer with config scripts (`old`, `file_hash`, `types`, `binds`, `formats`, `changed`) and you probably should avoid to use common settings name to avoid to bind your question to this settings (e.g. `id`, `install_time`, `mysql_pwd`, `path`, `domain`, `port`, `db_name`, `current_revision`, `admin`)
### Supported questions types and properties ### Supported questions types and properties