Update config.php

This commit is contained in:
Karl Hudgell 2015-07-02 19:35:33 +01:00
parent aa99db3335
commit 838ebd5783

View File

@ -1,10 +1,10 @@
<?php <?php
$yourname = "Duly"; // Set this to your name $yourname = ""; // Set this to your name
$base = "duly.ml"; //Set this to your url (without HTTP) $base = ""; //Set this to your url (without HTTP)
$user = "martin"; // Username for logging on $user = ""; // Username for logging on
$pass = "marsdrinks21"; // Password for logging on $pass = ""; // Password for logging on
$sabport = "9090"; // Set the ports for your services $sabport = "9090"; // Set the ports for your services
$sickport = "8081"; $sickport = "8081";