istic-openstack/server/config.inc.php

22 lines
384 B
PHP
Raw Normal View History

<?php
2016-04-26 20:42:31 +02:00
/**
* File containing the code for the API door.
*
* @version 1.0 Initialisation of this file
* @since 1.0 Core application's file
*
* @author Eole 'eoledev at outlook . fr'
*
*/
2016-04-26 20:42:31 +02:00
date_default_timezone_set('Europe/Paris');
$config = Array();
$config["modules_enabled"] = "";
$config["urlAuth"] = "http://148.60.11.31:5000/v3";
$config["tokenTime"] = 60; //minute = 60
?>