diff options
| author | EoleDev <EoleDev@outlook.fr> | 2016-04-27 14:22:59 +0200 |
|---|---|---|
| committer | EoleDev <EoleDev@outlook.fr> | 2016-04-27 14:22:59 +0200 |
| commit | 1d42345e07b2ef557de3c5049864e6885632b9e9 (patch) | |
| tree | d84f1c5605bd0bcb2a35dfbe377ed60349c86532 /server/config.inc.php | |
| parent | 5263cf00a253891396c442fe5be29762fb8be50d (diff) | |
End of comments
Diffstat (limited to 'server/config.inc.php')
| -rwxr-xr-x | server/config.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/config.inc.php b/server/config.inc.php index 4a4e494..71f0bb4 100755 --- a/server/config.inc.php +++ b/server/config.inc.php @@ -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 ?> |
