diff options
| author | root <root@serverpc.home> | 2016-05-04 19:46:53 +0200 |
|---|---|---|
| committer | root <root@serverpc.home> | 2016-05-04 19:46:53 +0200 |
| commit | 4b978d4584994536f05b016fb65de9a8667bcb2d (patch) | |
| tree | 5f45e5b0cfcd74058c7de57afe0646cd253672f3 /server/doc/files/config.inc.php.txt | |
| parent | 0266c16ffc97042853916c390aaaccecc72e69a1 (diff) | |
| parent | a0056da90605f2fb4c2479cae310f12a81a9a3e7 (diff) | |
Merge branch 'master' into loic
Diffstat (limited to 'server/doc/files/config.inc.php.txt')
| -rw-r--r-- | server/doc/files/config.inc.php.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/server/doc/files/config.inc.php.txt b/server/doc/files/config.inc.php.txt new file mode 100644 index 0000000..a43a059 --- /dev/null +++ b/server/doc/files/config.inc.php.txt @@ -0,0 +1,22 @@ +<?php +/** +* File containing global config options for the API. +* +* @version 1.0 Initialisation of this file +* @since 1.0 Core application's file +* +* @author Eole 'eoledev at outlook . fr' +* +*/ + +date_default_timezone_set('Europe/Paris'); + +$config = Array(); + +$config["modules_enabled"] = ""; +$config["urlAuth"] = "http://148.60.11.31:5000/v3"; +$config["tokenTime"] = 60; //minutes +?> + + + |
