comparison GenerateConfigurationForTests.py @ 140:f52fe6eecb47

mysql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jun 2018 18:04:43 +0200
parents 29433f28a368
children b90e001d43bd
comparison
equal deleted inserted replaced
139:29433f28a368 140:f52fe6eecb47
140 'Database' : 'orthanctest', 140 'Database' : 'orthanctest',
141 'Username' : 'postgres', 141 'Username' : 'postgres',
142 'Password' : 'postgres' 142 'Password' : 'postgres'
143 } 143 }
144 144
145 config['MySQL'] = {
146 'EnableIndex' : True,
147 'EnableStorage' : True,
148 'Host' : 'localhost',
149 'Port' : 3306,
150 'Database' : 'orthanctest',
151 'Username' : 'root',
152 'Password' : 'root',
153 'UnixSocket' : '/var/run/mysqld/mysqld.sock',
154 }
155
145 156
146 157
147 # Enable case-insensitive PN (the default on versions <= 0.8.6) 158 # Enable case-insensitive PN (the default on versions <= 0.8.6)
148 config['CaseSensitivePN'] = False 159 config['CaseSensitivePN'] = False
149 160