Configuration de Voozanoo4
Epicraft - mandatory
The application Voozanoo use a JSON to display pages and forms. This one is produced by Epicraft.
First, we need tell Voozanoo4 to store this JSON when a new deployment is made.
application.ini
; Option(s) liée(s) à Epicraft.
; + store_project_str (défaut: true):
; Indique si la structure du projet doit être récupérée depuis Epicraft
; et enregistrée dans le projet (au moment de la publication).
; Cette structure est exploitée par l'application mobile, et la variable dans
; la class Core_Library_Editor_PublicationManager.
epicraft.store_project_str = true;
Activate this option and you will have a new resource (the JSON) after the next deployment.
VooHub - mandatory
application.ini
; Paramétrage du HUB pour l'application mobile
hub.url = 'https://prohub2.voozanoo.net'
hub.login = ''
hub.password = ''
Other files - optional
application.ini
mobile.[project_name].files.[file_name].path = "/tmp/toto.csv"
mobile.[project_name].files.[file_name].url = "http://"
; The version is mandatory when using a URL.
; If it's missing and you are using the path, it will be generate with a sha1 algorythm.
mobile.[project_name].files.[file_name].version = 123