From 39374b8a992d584bb1a52b93d693c8f49b31a437 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 13 Oct 2013 14:10:40 -0700 Subject: Add userid/passwd to login server config Previously, this information was in save/account.txt, but new servers are not storing config in savefiles. This makes the file save/accounts.txt.example obsolete, but I'm not removing it yet so that people can continue to use server code from before or after. --- login/conf/login_local.conf.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'login') diff --git a/login/conf/login_local.conf.example b/login/conf/login_local.conf.example index bd08be5f..f0ab0bc4 100644 --- a/login/conf/login_local.conf.example +++ b/login/conf/login_local.conf.example @@ -40,3 +40,8 @@ update_host: http://tmwdata.org/updates/ // Which world should appear first to the players. // see server_name in world/conf/char_local.conf main_server: The Mana World + +// Server Communication username and password. +// This used to be in save/account.txt, but this is better. +userid: s1 +passwd: p1 -- cgit v1.2.3-60-g2f50