Commit 79e678d8 authored by Łukasz Nowak's avatar Łukasz Nowak

- extend configuration template based on buildout configuration


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32440 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a35025a2
......@@ -9,6 +9,9 @@ socket = ${configuration:mysql_sock}
[mysqld]
port = ${configuration:mysql_port}
socket = ${configuration:mysql_sock}
datadir = ${configuration:mysql_datadir}
pid-file = ${configuration:mysql_pid}
log-error = ${configuration:mysql_error_log}
skip-locking
key_buffer = 384M
max_allowed_packet = 1M
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment