Skip to content

Commit 6a38c3d

Browse files
authored
Merge pull request #2 from WebDevJona/master
BUGFIX: Tweak YAML syntax to avoid empty value
2 parents eb7e233 + 794ff73 commit 6a38c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/Testing/Settings.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Flowpack:
33
Doctrine:
44
testing:
55
# Set to TRUE to enable functional testing against a database server and adjust backendOptions
6-
# enabled: TRUE
6+
enabled: FALSE
77
# backendOptions:
88
# driver: 'pdo_mysql'
99
# host: NULL
1010
# dbname: NULL
1111
# user: NULL
1212
# password: NULL
13-
# charset: 'utf8'
13+
# charset: 'utf8'

0 commit comments

Comments
 (0)