mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
9 lines
218 B
YAML
9 lines
218 B
YAML
---
|
|
mysql_conf_dir:
|
|
"CentOS": /etc/my.cnf.d
|
|
"Ubuntu": /etc/mysql/conf.d
|
|
"Debian": /etc/mysql/conf.d
|
|
"MacOSX": /usr/local/etc/my.cnf.d
|
|
mysql_conf_tpl: files/mariadb_config.cnf
|
|
mysql_secure_installation: True
|
|
... |