aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/keystone/tests/unit/config_files/backend_sql.conf
blob: 9d401af379f032be3cc2671fbf59f556c19a9312 (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://keystone:keystone@localhost/keystone?charset=utf8
#To Test PostgreSQL:
#connection = postgresql://keystone:keystone@localhost/keystone?client_encoding=utf8
idle_timeout = 200