diff --git a/build/antclick/server.properties b/build/antclick/server.properties index d3b321b8..203e09ef 100644 --- a/build/antclick/server.properties +++ b/build/antclick/server.properties @@ -21,3 +21,13 @@ # # country = CZ # language = cs + +# list ip addresses for admin-application here: +allowAdmin=127.0.0.1, 192.168.0.1 + +# md5-encrypted username and password for admin-app +# the default is test/test +adminUsername=098f6bcd4621d373cade4e832627b4f6 +adminPassword=098f6bcd4621d373cade4e832627b4f6 + + diff --git a/build/main/server.properties b/build/main/server.properties index d3b321b8..203e09ef 100644 --- a/build/main/server.properties +++ b/build/main/server.properties @@ -21,3 +21,13 @@ # # country = CZ # language = cs + +# list ip addresses for admin-application here: +allowAdmin=127.0.0.1, 192.168.0.1 + +# md5-encrypted username and password for admin-app +# the default is test/test +adminUsername=098f6bcd4621d373cade4e832627b4f6 +adminPassword=098f6bcd4621d373cade4e832627b4f6 + + diff --git a/server.properties b/server.properties index d3b321b8..203e09ef 100644 --- a/server.properties +++ b/server.properties @@ -21,3 +21,13 @@ # # country = CZ # language = cs + +# list ip addresses for admin-application here: +allowAdmin=127.0.0.1, 192.168.0.1 + +# md5-encrypted username and password for admin-app +# the default is test/test +adminUsername=098f6bcd4621d373cade4e832627b4f6 +adminPassword=098f6bcd4621d373cade4e832627b4f6 + +