summaryrefslogtreecommitdiff
path: root/keystone/tests/unit/config_files/backend_sql.conf
blob: bc15d2f8e7fdcaebcd124d7ee68800271f72227e (plain)
1
2
3
4
5
6
7
8
[database]
#For a specific location file based SQLite use:
#connection = sqlite:////tmp/keystone.db
#To Test MySQL:
#connection = mysql+pymysql://keystone:keystone@localhost/keystone?charset=utf8
#To Test PostgreSQL:
#connection = postgresql://keystone:keystone@localhost/keystone?client_encoding=utf8
connection_recycle_time = 200