diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/conf/ladmin_local.conf.example | 6 | ||||
-rw-r--r-- | login/conf/login_local.conf.example | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/login/conf/ladmin_local.conf.example b/login/conf/ladmin_local.conf.example index b3f88e8d..a0706b2b 100644 --- a/login/conf/ladmin_local.conf.example +++ b/login/conf/ladmin_local.conf.example @@ -1,9 +1,9 @@ // Athena Ladmin local configuration file. - + // Login Server IP -login_ip:217.172.177.27 +login_ip:127.0.0.1 // Login Server Port -login_port: 6900 +login_port: 6901 // Administrative password, used to connect remotely to server. // NOTICE: If you enable remote administration, you should change its value for security diff --git a/login/conf/login_local.conf.example b/login/conf/login_local.conf.example index 3c9a6cce..37c7713f 100644 --- a/login/conf/login_local.conf.example +++ b/login/conf/login_local.conf.example @@ -8,7 +8,7 @@ admin_state: 1 // Administrative password, used by ladmin (perl software) to connect remotely to server. // NOTICE: If you enable remote administration, you should change its value for security -admin_pass: p1 +admin_pass: admin // Indicate the IP that the server accepts for remote administration. // put: 'all', or 'xxx.xxx.' (begin of an ip finished by '.' or a complete ip), |