Hey @Oleksandr , Welcome to the Local Community Forums!
Each Local site has a conf
folder that includes the configuration files. These files are .hbs
files that need to be compiled into the actual configuration files, but you should be able to put those settings into place by doing:
- Stop the site in Local
- Edit and save the handlebar file. For MySQL, that’s located in
sitename/conf/mysql/my.cnf.hbs
- Start the site in Local to compile the configuration file
@tkdennis and @Oleksandr Can you give that a shot and let me know how it goes?