Marton Kiss 2a45a268fd Enable oauth2 in openstackid configuration
Add oauth2_enable and ssl_enable options to openstackid's server.php
configuration file.

Change-Id: Ib613ffeb550b682940e67273fbeaa8a101796f57
2014-12-19 09:46:25 +01:00

5 lines
104 B
Plaintext

<?php
return array(
'SSL_Enable' => <%= @ssl_enable %>,
'OAuth2_Enable' => <%= @oauth2_enable %>,
);