blob: 001805dff2176fb5d206fe92be15d5d8b3230913 (
plain)
1
2
3
4
|
#Used for running the Migrate tests against a live Postgresql Server
#See _sql_livetest.py
[database]
connection = postgresql://keystone:keystone@localhost/keystone_test?client_encoding=utf8
|