Commit eb9399b4 authored by Stan Hu's avatar Stan Hu

Disable prepared statements in example database configs

parent a738fe68
...@@ -42,3 +42,4 @@ test: &test ...@@ -42,3 +42,4 @@ test: &test
password: password:
# host: localhost # host: localhost
# socket: /tmp/mysql.sock # socket: /tmp/mysql.sock
prepared_statements: false
...@@ -50,3 +50,4 @@ test: &test ...@@ -50,3 +50,4 @@ test: &test
username: postgres username: postgres
password: password:
# host: localhost # host: localhost
prepared_statements: false
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