{
	"common" : {
		"client_id" : "aeroclub"
	},
	"database" : {
		"type" : "innodb",
		"host" : "flighthlms.mysql.db",
		"port" : 3306,
		"database" : "flighthlms",
		"user" : "flighthlms",
		"password" : "Samsamovh99",
		"create_database" : false
	},
	"filesystem" : {
		"data_dir" : "/home/flighth/ilias-lms/data"
	},
	"logging" : {
		"enable" : true,
		"path_to_logfile" : "/home/flighth/ilias-lms/logs/ilias.log",
		"errorlog_dir" : "/home/flighth/ilias-lms/logs/"
	},
	"http" : {
		"path" : "https://lms.flightpaper.fr"
	},
	"systemfolder" : {
		"contact" : {
			"firstname" : "Sam",
			"lastname" : "Picard",
			"email" : "contact@flightpaper.fr"
		}
	},
	"utilities" : {
		"path_to_convert" : "/usr/bin/convert"
	},
	"preview" : {
		"path_to_ghostscript" : "/usr/bin/gs"
	}
}
