From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../x-cvsweb-markup&sortby=rev/index.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nelns/admin_service/admin_service.cfg?rev=1.6&content-type=text/x-cvsweb-markup&sortby=rev/index.html (limited to 'cvs/cvsweb.cgi/code/nelns/admin_service/admin_service.cfg?rev=1.6&content-type=text/x-cvsweb-markup&sortby=rev/index.html') diff --git a/cvs/cvsweb.cgi/code/nelns/admin_service/admin_service.cfg?rev=1.6&content-type=text/x-cvsweb-markup&sortby=rev/index.html b/cvs/cvsweb.cgi/code/nelns/admin_service/admin_service.cfg?rev=1.6&content-type=text/x-cvsweb-markup&sortby=rev/index.html new file mode 100644 index 00000000..b8d5a061 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nelns/admin_service/admin_service.cfg?rev=1.6&content-type=text/x-cvsweb-markup&sortby=rev/index.html @@ -0,0 +1,33 @@ + + + +code/nelns/admin_service/admin_service.cfg - view - 1.6 + +
[BACK] Return to admin_service.cfg + CVS log [TXT][DIR] Up to Nevrax / code / nelns / admin_service

File: Nevrax / code / nelns / admin_service / admin_service.cfg (download)
+Revision 1.6, Tue Apr 23 15:54:07 2002 UTC (3 months ago) by lecroart +
Branch: MAIN +
CVS Tags: HEAD
Changes since 1.5: +2 -2 + lines
+ADDED: common.cfg
+
+

// link the common configuration file
+RootConfigFilename = "common.cfg";
+
+// ip address of all servers where the AS find a AES. the AES port is always 49997
+
+AESHosts = {
+"S1", "localhost",
+};
+
+
+// list of what to launch and where to launch. services are launch one after one
+
+Services = {
+"S1", "NS",
+"S1", "LS",
+"S1", "WS",
+};
+
+Password = "toto";
+
\ No newline at end of file -- cgit v1.2.1