blob: 5d67df4e1b1b2c596d7587a934c84fb8527ec8b2 [file] [log] [blame]
Javier López-Contreras68f34922018-12-26 12:16:37 +01001<?php
2// Rename this file as config.php and fill in the details below.
3$conf = array();
4$conf["apiurl"] = "https://grafo.dirba.io/api.php?req=getGraph"; // L'adreça de l'API del graf original.
5$conf["password"] = ""; // La contrasenya perquè la gent pugui entrar al graf.
6