istic-openstack/server/config.inc.php
2016-03-21 06:47:01 +01:00

10 lines
166 B
PHP
Executable file

<?php
date_default_timezone_set('Europe/Paris');
$config = Array();
$config["modules_enabled"] = "";
$config["urlAuth"] = "http://148.60.11.31:5000/v3";
?>