End of comments
This commit is contained in:
parent
5263cf00a2
commit
1d42345e07
13 changed files with 491 additions and 264 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* File containing the code for the API door.
|
||||
* File containing global config options for the API.
|
||||
*
|
||||
* @version 1.0 Initialisation of this file
|
||||
* @since 1.0 Core application's file
|
||||
|
@ -15,7 +15,7 @@ $config = Array();
|
|||
|
||||
$config["modules_enabled"] = "";
|
||||
$config["urlAuth"] = "http://148.60.11.31:5000/v3";
|
||||
$config["tokenTime"] = 60; //minute = 60
|
||||
$config["tokenTime"] = 60; //minutes
|
||||
?>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue