added config file
[PHP-P10.git] / config.example.php
diff --git a/config.example.php b/config.example.php
new file mode 100644 (file)
index 0000000..df69915
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+//example configuration
+
+//                         HOST     PORT
+$uplink->setUplinkHost("127.0.0.1", 4401);
+
+//                       NUMERIC    SERVER NAME           SERVER PASSWORD       SERVER DESCRIPTION
+$uplink->setUplinkServer(5,         "PHP.TestNet", "very_weak_password", "Test Server");
+
+//    (optional)           REMOTE SERVER     REMOTE SERVER PASSWORT (the same password like above)
+$uplink->setValidateServer("test.localhost", "very_weak_password");
+
+?>
\ No newline at end of file