Integrated API tokens

This commit is contained in:
Pierre
2018-01-02 17:48:04 +01:00
parent cd49889614
commit 2bfb6fd7d1
3 changed files with 9 additions and 3 deletions

View File

@ -72,8 +72,10 @@
//Site URL
siteURL: "<?php echo config['siteURL']; ?>",
//apiURL
//apiURL and credentials
apiURL: "<?php echo config['API_URL']; ?>",
apiServiceName: "<?php echo config['API_SERVICE_NAME']; ?>",
apiServiceToken: "<?php echo config['API_SERVICE_TOKEN']; ?>",
//Default language
defaultLanguage: "en",