Commit 9203c883 authored by Aurel's avatar Aurel

no need of password for test user, thus it doesn't break permissions for other...

no need of password for test user, thus it doesn't break permissions for other test running on the same host


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@373 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent fcea96dc
...@@ -121,7 +121,7 @@ NEO_MASTER_NODES = '127.0.0.1:%(port_1)s 127.0.0.1:%(port_2)s 127.0.0.1:%(port_3 ...@@ -121,7 +121,7 @@ NEO_MASTER_NODES = '127.0.0.1:%(port_1)s 127.0.0.1:%(port_2)s 127.0.0.1:%(port_3
'port_3': NEO_MASTER_PORT_3 'port_3': NEO_MASTER_PORT_3
} }
NEO_SQL_USER = 'test' NEO_SQL_USER = 'test'
NEO_SQL_PASSWORD = 'test' NEO_SQL_PASSWORD = ''
NEO_SQL_DATABASE_1 = 'test_neo1' NEO_SQL_DATABASE_1 = 'test_neo1'
NEO_SQL_DATABASE_2 = 'test_neo2' NEO_SQL_DATABASE_2 = 'test_neo2'
NEO_SQL_DATABASE_3 = 'test_neo3' NEO_SQL_DATABASE_3 = 'test_neo3'
......
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