diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-13 14:10:40 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2013-10-13 14:12:05 -0700 |
commit | 39374b8a992d584bb1a52b93d693c8f49b31a437 (patch) | |
tree | 3f352a99d4111245411f4de8ef79c5f94c8a3cdc /login/conf | |
parent | c994dbfa8bf16fdd6f6f0466c75555808881f210 (diff) | |
download | serverdata-39374b8a992d584bb1a52b93d693c8f49b31a437.tar.gz serverdata-39374b8a992d584bb1a52b93d693c8f49b31a437.tar.bz2 serverdata-39374b8a992d584bb1a52b93d693c8f49b31a437.tar.xz serverdata-39374b8a992d584bb1a52b93d693c8f49b31a437.zip |
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.
Diffstat (limited to 'login/conf')
-rw-r--r-- | login/conf/login_local.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
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 |