Skip to content

truly-systems/hub

Repository files navigation

HUB

Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Instalação

Realizar o git clone do projeto:

[email protected]:truly-systems/hub.git

Entrar na URL onde foi

Alterar o arquivo config.php as seguintes linhas:

$dados_api = array(
		"host" => "http://endereco_glpi_aqui",
		"app_token" => "seu_app_token_aqui"
	);